This is a bookstore web application written in python using Django framework. Its a minimal e-commerce web application which integrate payment service using Stripe API.
- Stripe API for payment
- Docker for microservices
- PostgreSQL
- Mailhog
# start docker mailhog & postgres containers
docker-compose up
# activate python environment
pipenv shell
# start server
python manage runserver
💻 happy hacking‼