- python2, libpq-dev, python-dev, python-pip
The web applications are organised into blueprints:
- init.py - In the web folder, used to create the app from main.py
The main entry point (which creates the Flask app) is in main.py
(subject to change).
- Install the required programs
- Run
pip install -r requirements.txt
- Launch the website with
python main.py
inside this directory. - The website will run on http://127.0.0.1:8081
Note: The code is python2.