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