This is simple blog on Django web-framework
To install and run this application you should have already installed Git and Docker.
To download project you should run in command line:
git clone https://github.com/yar-kik/Django-blog.git
To install and run project with development settings:
docker-compose -f docker-compose-dev.yml up -d
Or you can run production-ready environment configuration with Gunicorn and Nginx:
docker-compose -f docker-compose.yml up -d