Dockerized, python/django API REST application
- Complete CRUD operations with products/cart instances
- Fully-integrated database (with test products) for usage
- Docker containers (backend and database) running in parallel
- Swagger UI Documentation enabled
##Requirements
- Docker
- git
##How to Install
- Clone this repo
- Build the containers with
docker-compose buildcommand - Deploy the app with
docker-compose upcommand - Browse the documentation in
http://0.0.0.0:8000/swagger-ui/
##Live Demo Heroku Deployed App