Remake of Project 1 - Web Application https://nedasadamavicius.pythonanywhere.com
To run current (or any) version of this project, first create and activate a virtual Python environment.
python -m venv .[venv name]
Windows:
.[venv name]\Scripts\activate
Unix or MacOS:
source .[venv name]/bin/activate
After creating and activating the virtual environment, you have to install the required packages, running:
pip install -r dependencies.txt