To get the website up and running, follow these steps:
-
Set Up a Virtual Environment Create and activate a Python virtual environment:
python3 -m venv venv source venv/bin/activate
-
Install Dependencies
Ensure you have all required packages installed by running:
pip3 install -r requirements.txt
-
Run the Backend
Start the Flask application by executing:
python3 backend.py
The website should now be accessible on http://127.0.0.1:5000.