Powered by Cookiecutter
- Docker
 - Backend: django + django-rest-framework
 - Frontend: vue + vuetify
 - Database: sqlite3(local) + postgresql(production)
 - Server: Nginx
 - Authentication: JWT authentication
 
First, get cookiecutter:
$ pip install cookiecutter
Now run it against this repo:
$ cookiecutter gh:ozcanyarimdunya/cookiecutter-dj-vue
You'll be prompted only for project name. Provide it, then a project will be created for you.
Now you can start project with docker-compose:
$ docker-compose up -d --build