An app for renters to review the properties they have resided in.
An app for landlords to review the renters that have resided in their properties.
Create a virtual environment
python3 -m venv .venv
Activate venv
source .venv/bin/activate
Deactivate venv
deactivate
Start server
docker-compose up
Debug
docker-compose -f docker-compose.yml -f docker-compose.debug.yml up