Docker Django Sample App

A simple Django Application build over Docker to test how exactly docker swarm deals with database transactions.

The application uses PostgreSQL and Python3 image from docker hub and has a very simple interface to show a list of elements and to store something in DB.

 

How to run

Make sure you have docker and docker-compose installed in your system.

After cloning this repository, write the below command to run this project.

docker-compose up

 

License

MIT