WittyInventor / MaintenancePortal

MIT License
0 stars 0 forks source link

MaintenancePortal

Description

Aptly is a maintenance portal that allows the tenant to submit a maintenance request to alert the property management company that there is an issue within the unit. It also allows the property management team to log in and view work orders, assign work orders to maintenance staff, update urgency of request, update status of work orders, and send email notifications to tenants as work is completed. 

Mock up

Installation

To install, clone repository from git@github.com:WittyInventor/MaintenancePortal.git and in terminal run node manager using the command npm i. Make sure MySql is installed and create the schema by running mysql> source db/schema.sql. After installing, run npm start to launch.

Deployed Application

https://maintenance-portal.herokuapp.com/login

https://github.com/WittyInventor/MaintenancePortal

Credits