Skip to content

scotlin1293/Capstone-Project-One

Repository files navigation

Welcome to CineManiacs!

View my demo!

About my project

  • Search movies by title
  • Select from categories including: upcoming, top rated, popular, and now playing.
  • Contains information about the movies such as cast, revenue and recommendations.
  • View the available trailers.
  • Can create an account and log in, to enable features such as lists and reviews.
  • Add information to user profile.
  • View other lists by other users.

Run a local version

  1. You will need an API key from The Movie Database API to run a local version.

  2. Clone the repo.

git clone https://github.com/scotlin1293/Capstone-Project-One
  1. Create a virtual environment in the directory (optional).
  2. Install the requirements.
pip install -r requirements.txt
  1. Create a database using Postgres.
createdb capstone1
  1. Create a new file named secrets.py and include the following.
secret_key = "(whatever you would like the SECRET_KEY to be)"
api_key = "?api_key=(your TMDB API key)"
api_base = "http://api.themoviedb.org/3/"
  1. Start flask server and go to localhost:5000
flask run

Built using

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published