https://github.com/gakurualex/propertypro
PROJECT FOR LANDLORDS TO MANAGE THEIR PROPERTIES
https://github.com/gakurualex/propertypro
css-flexbox django django-application html5 model mvt-architecture python view
Last synced: 3 months ago
JSON representation
PROJECT FOR LANDLORDS TO MANAGE THEIR PROPERTIES
- Host: GitHub
- URL: https://github.com/gakurualex/propertypro
- Owner: GakuruAlex
- License: other
- Created: 2024-03-18T16:57:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T18:02:44.000Z (about 1 year ago)
- Last Synced: 2025-01-20T08:32:11.669Z (4 months ago)
- Topics: css-flexbox, django, django-application, html5, model, mvt-architecture, python, view
- Language: Python
- Homepage:
- Size: 15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PROJECT FOR LANDLORDS TO MANAGE THEIR PROPERTIES
This project aims to be a user-friendly platform for landlords to manage their properties.
## Key Features
* Manage properties
* Manage Tenants
* Manage Houses## Getting Started
1. Git clone
2. Navigate propertypro dir in terminal then run $ code .
3. Run: $ Python -m venv envname - To create virtual env **Run in terminal**
4. Run: $ pip install -r requirements.txt
5. Run: $ python manage.py runserver