Skip to content

clar1k/nexter-ready

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!