-
To run the app you need to create a 'env' file in the root directory. And specify all static variables that are in the config.py
-
When print in command prompt
py -m venv .venv
Activate venv
pip install -r requirements.txt
python app.py
Go to the app.route /
-
If you want to add property to a database.
Register a user.
Go to the app route /make-me-admin
Make your own property!