维护跟踪器应用程序是一种应用程序,使用户能够联系操作或维修部门有关维修或维护请求并监控其请求的状态。
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.
To setup Maintenanace Tracker, these should be installed on your machine
To have a copy of Maintenance Tracker up and running on your local machine, follow these steps
cd
to the directory of the Folder you create for Maintenanace Trackergit init
to initialize a local git repositorygit remote add origin <link>
git pull origin develop
.env
file to project root. A sample of the .env
can be found at the project root with the name .env-sample
.env
as specified on the .env-sample
npm install
to install app dependenciesnpm migrate
to migrate databaseNow you’ve successfully installed Maintenance Tracker
To run your newly installed Maintenanace Tracker
npm start
To run the automated tests that comes with your newly installed Maintenanace Tracker
npm test
This project is authored by Chima Chukwuemeka (chukwuemeka) and is licensed to use under the MIT License - see the LICENSE.md file for details