Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 500 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 500 Bytes

Quick Python Movie App

Quick start

  1. Clone the site.

    git clone https://github.com/kdv24/python_movies
    
  2. 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`!
    
  3. Troubleshooting

    Make sure you are running python3.

    Run

    python3 --version