Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 521 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 521 Bytes

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