A Book Store
The only dependencies for this project should be docker and docker-compose.
Starting the project with hot-reloading enabled (the first time it will take a while):
docker-compose up -d
And navigate to http://localhost/
docker-compose build
docker-compose down
To run tests,
docker-compose run --rm api sh -c "python -m pytest"