Skip to content

kdv24/python_movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

First try w. python/flask and the TMDB api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published