Skip to content

Coolthulhu/moviedescriber

Repository files navigation

Movie Describer

This is a simple portfolio application utilizing Django.

Installation

  1. Get pip: https://pip.pypa.io/en/stable/installing/

  2. Get docker-compose:

pip install docker-compose
  1. Clone the repo:
git clone https://github.com/Coolthulhu/moviedescriber.git
  1. Set environmental variables:
export OMDB_API_KEY=[your omdb api key here]
export SECRET_KEY=[your secret key here]
  1. Run:
cd moviedescriber
docker-compose up
  1. Open http://127.0.0.1:8000 in browser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published