Repository with examples for the Medium articles:
- Install Docker
- Clone repository:
git clone git@github.com:slyapustin/django-polls-elasticsearch.git
- Switch to the project directory:
cd django-polls-elasticsearch
- Build and run application via Docker:
docker-compose up
- Visit http://localhost/
- Use login
demo
and passworddemo
for the Django Admin page