Skip to content

SideControlJS/tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published