-
Clone the site.
git clone https://github.com/kdv24/python_movies
-
Start it up!
Start up the server and view it on your localhost.
cd python_movies python3 app.py
The site is now running at `http://localhost:5000`!
-
Troubleshooting
Make sure you are running python3.
Run
python3 --version