Skip to content

JuanPablo2655/3155_Final

Repository files navigation

3155_Final

The 3155 final project

Run Locally

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

Authors