- This repository contains the solution for the interview task which is given by company Whelp.
- Go to task
- Make sure docker is running on your hardware
- Make sure to change
IPDATA_API_KEY
ondocker-compose.yml
file.
docker-compose up -d --build
or
docker-compose -f docker-compose-local.yml up -d --build
- Go to API Docs
docker-compose exec web pytest -vv
docker-compose exec web pytest --cov --cov-config=.coveragerc