Based on: DRF, SQLite, Celery & Docker
git clone https://github.com/PostMetalFun1992/CurrencyConverter.git- Set your envivoment variables: make
compose/ENVS.envfile based oncompose/ENVS.env.example - Inside repo dir:
docker-compose build - And then:
docker-compose up -d - View API logs:
docker-compose logs -f api
./run_celery- starts periodic tasks./run_convert- executes curl test script./run_shell- runs django shell with ipython mode./run_tests- starts test session