clar1k / nexter-ready

Nexter Ready - Python Web Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Nexter Ready - Python Web Application


Languages

Language:CSS 48.5%Language:HTML 26.6%Language:Python 17.9%Language:JavaScript 7.0%