Skip to content

Latest commit

 

History

History
127 lines (98 loc) · 3.69 KB

File metadata and controls

127 lines (98 loc) · 3.69 KB

build status build status

Maintenance-Tracker

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.

Installation

git clone https://github.com/tomiwatech/Maintenance-Tracker.git 
cd Maintenance-Tracker
npm install
npm start

Test

Testing is used at key checkpoints in the overall process to determine whether objectives are being met. It also speed up software development process

Server side tests
npm run test:dev

Linting

Linting is the process of running a program that will analyse code for potential errors.

npm run lint:dev

ENDPOINTS


Request End Point Action
POST /api/v1/users/requests Create a user request
PUT /api/v1/users/requests/:id Modify a request by id
GET /api/v1/users/requests Get all requests
GET /api/v1/users/requests/:id Get a request by id
DELETE /api/v1/users/requests/:id Delete a request by id

Technologies

Author


Sanni Michael Tomiwa

Find Application stories on pivotal Tracker


Pivotal Tracker

View app here

ui

Find Api on heroku

maintenance-tracker