This web-app facilitates the management of maintenance requests in a residential setting. It's designed for three user roles: Tenant, Maintenance Staff, and Manager, each with distinct functionalities.
- Tenant: Submit and track maintenance requests.
- Maintenance Staff: Browse and update the status of maintenance requests.
- Manager: Manage tenant accounts, including adding, moving, and deleting tenants.
- Clone the repository:
git clone [repository-link]
- Install dependencies:
npm install
(if using Node.js) - Run the application:
npm start
(if using Node.js)
- For Tenants: [Instructions on how to submit and track requests]
- For Maintenance Staff: [Instructions on how to manage requests]
- For Managers: [Instructions on managing tenant accounts]