Skip to content

mding5692/cs3319Asst3

Repository files navigation

MOVIE-DB

Eunsu Shim

Michael Ding

How to Get Started

  1. install all the necessary packages (best done inside of a virtual environment)

pip install -r requirements.txt

  1. install mysql.connector

sudo apt-get mysql.connector

  1. run the app

python runserver.py

  1. check out the website

http://localhost:5000