Maintenance Tracker App is an application that provides users with the ability to reach out to operations or repairs department regarding repair or maintenance requests and monitor the status of their request.
Maintenance Tracker App is a node/express application that provides users with the ability to reach out to operations or repairs department regarding repair or maintenance requests and monitor the status of their request.
To get a copy of the project for development and testing purpose
$ git clone https://github.com/ah-med/MaintenanceTracker.git
$ cd MaintenanceTracker
$ npm Install
These are some of the software you will need to install on your machine
To get the development environment running
$ npm install
$ npm run start
You can also run the tests
$ npm run test
Prerequisite - A practical experience with front-end design and back-end web programming using HTML, CSS, Javascript and NodeJS/Express.
This project is written in ECMAscript6(ES6) and uses Babel to transpile down to ES5. Follow the steps below to contribute to this project
In the top-right corner of this page, click Fork.
$ git clone https://github.com/yourusername/MaintenanceTracker.git
$ git branch <yourbranchname>
$ git checkout <yourbranchname>
Feel free to make the project better
Please read CONTRIBUTING.md for details of the process for submitting pull requests to us.
Push your changes and create a pull request.
For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details