Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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