Your documentation goes here...
To run locally, use the following commands:
docker-compose up -d redis
python run.py
Then try to visit http://localhost:8000/api/v1/basic/ping.
To run in docker, use the following command:
docker-compose up -d
To rebuild container images in docker-compose without caching, use the following command:
docker-compose build --no-cache