Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T20:33:43.000Z (9 months ago)
- Last Synced: 2024-03-27T20:05:31.703Z (9 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