Quick Links + Status:
PropTrac represents an integrated solution designed to optimize the operational efficiency of Property Management. This full-stack application is currently in development.
- This repository houses the backend logic.
- For the Frontend application, please refer to PropTrac's Repository and to observe the current state of progress, visit PropTrac App (in development). ~ Login using the test accounts below.
This project is currently under development, and test accounts have been created for both Property Managers and Tenants to aid in beta testing.
| User Type | Username | Password | ||
|---|---|---|---|---|
| 1. | Manager | john_doe | john@example.com | JohnPass12! |
| 2. | Tenant | alice_johnson | alice@example.com | AlicePass34! |
PropTrac's API is built in C# with the ASP.Net Core framework, follows Model-View-Controller (MVC) architecture, and is being deployed with Microsoft's PaaS Azure App Service.
- Endpoints were developed for the internal team.
- Base URL: https://proptracapi.azurewebsites.net
Note
Please reference the documentation developed in Postman for specific endpoints/ requests.
- To view the Internal API Docs, click Here 👈
PropTrac's database is hosted in Azure SQL Cloud alongside the C# MVC API. The schematic diagram of the database was created with Eraser.io.
- To view the Database Schema, click Here 👈
Figure 1: Preview of the login screen after hitting end of week 3 milestone
