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.
TL;DR View a live demo of the UI or Check out the Pivotal Tracker Board or Check out the heroku link.
Alternatively
Email: admin@admin.com
Any random password will work
- Admin Pages
- User Pages
Endpoint | Functionality | HTTP method |
---|---|---|
/api/v1/users/register | Register a user | POST |
/api/v1/users/login | Log in a user | POST |
/api/v1/logout | Log out a user | POST |
/api/v1/requests | Create a request | POST |
/api/v1/requests | Get all users reqeusts | GET |
/api/v1/requests/request_id | Get request by request_id | GET |
/api/v1/requests/request_id | Edit a request | PUT |
/api/v1/requests/request_id | Delete a request | DELETE |
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Clone the repo.
$ git clone https://github.com/dalaineme/m-tracker.git
Change directory into the Project folder.
$ cd m-tracker
Launch the UI by opening index.html.
- HTML - The Scripting language used.
- CSS
- JavaScript
- Dalin Oluoch
This project is licensed under the MIT License - see the LICENSE.md file for details