Nuxt.js, Django, PostgreSQL, Nginx, Docker, Adminer, RabbitMQ, Celery
$ git clone https://github.com/115design/nuxt-django-postgresql.git
$ cd nuxt-django-postgresql
$ make start
$ make make_migrations
$ make migrate
$ make create_superuser
$ make restart_django
$ make collect_static
Django: http://localhost:8000
Adminer: http://localhost:8080
Nuxt.js: http://localhost:3000