The 3155 final project
Clone the project
git clone https://github.com/JuanPablo2655/3155_Final.git
Go to the project directory
cd 3155_Final
Create a virtual environment
python -m venv venv
Install dependencies
pip install -r requirements.txt
Start the server
flask --debug run