-
Clone this repository and navigate to the directory:
git clone https://github.com/veronika-kalaskova/EBC-VWA-project.git
-
Create a virtual environment:
python3 -m venv venv source venv/bin/activate -
Install dependencies:
pip install -r requirements.txt
-
Start the server:
python app.py
- Flask (Blueprints, Flask Sessions, Flask Redirects and URL Handling, Decorators)
- sqlite3
This is a collaborative project.