dcDalin / m-tracker

Maintenance Tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Ask Me Anything ! Maintenance Build Status Coverage Status Open Source Love

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

Run in Postman

Log in as Admin in the UI

Email: admin@admin.com

Any random password will work

💻 Desktop, Tablet and 📱 Mobile Responsive

the_tracker

UI Pages

API Endpoints

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

Getting Started

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.

Installing

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.

Built With

ForTheBadge built-with-love forthebadge made-with-python

  • Dalin Oluoch :feelsgood:

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Maintenance Tracker

License:MIT License


Languages

Language:Python 44.2%Language:HTML 39.7%Language:CSS 15.4%Language:JavaScript 0.7%