Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.58 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.58 KB

Description

This application is a MERN stack-based issue tracker, designed to manage and track issues within various rooms and associated devices (targeted for hospitality/construction management). It provides functionality to report issues, categorize them, and monitor their resolution status through a web interface. Users can create and view rooms, list devices within those rooms, and report issues related to specific devices. The application facilitates efficient tracking and handling of maintenance tasks, improving operational workflows.

Usage

Clone repo, 'npm install' in root directory, server, and client. To run locally:

  • Open terminal in project, run 'mongod' to fire up MongoDB.
  • Open another terminal in project, run 'node server/server.js' to start up the backend Node server.
  • Open another and run 'npm start' to start up the development/front-end
  • Create a feature branch and add what you can work on!

Built With

  • MongoDB - The database used
  • Express - The web framework used for the server
  • React - The front-end library used
  • MaterialUI - The react component library used for UI
  • Node.js - The server environment

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details