Skip to content

Cookiecutter template for django/django-rest-framework and vue/vuetify

Notifications You must be signed in to change notification settings

ozcanyarimdunya/cookiecutter-dj-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Cookiecutter django with vue

Powered by Cookiecutter

Features

  1. Docker
  2. Backend: django + django-rest-framework
  3. Frontend: vue + vuetify
  4. Database: sqlite3(local) + postgresql(production)
  5. Server: Nginx
  6. Authentication: JWT authentication

Usage

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