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.
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!
- 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
- Jesse Lare - JL - SideControlJS
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details