Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 903 Bytes

readme.md

File metadata and controls

26 lines (16 loc) · 903 Bytes

Nexter Ready - Web App

Web Application for realtors and users with the flask back-end and PostgreSQL database.

How to run the app

  • 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!