Maintenance Tracker App is an application that provides users with the ability to reach out to repairs department regarding repair or maintenance requests.
-Python -Flask
-HTML5 -CSS
-You can clone the project https://github.com/ruganda/Maintenance_tracker.git
- Navigate to the project's root directory.
- setup a virtual environment and then activate it.
- Install the project dependencies $ pip install -r requirements.txt
- use $ python run.py
- navigate to http://127.0.0.1:5000/api/v1/auth/register/ in postman to test the endpoints
https://ruganda.github.io/Maintenance_tracker/UI/index.html
#To access the UI admin panel. -https://ruganda.github.io/Maintenance_tracker/UI/admin.html
- Users can create an account and log in.
- The users can make maintenance or repairs request.
- The admin can approve/reject a repair/maintenance request.
- The admin can mark request as resolved once it is done.
- The admin can view all maintenance/repairs requests on the application
- The admin can filter requests
- The user can view all his/her requests
- HTML5
- CSS3
- RUGANDA MUBARAK