Skip to content

A highly opinionated Cookiecutter template that fuses together Django, Vue.js, GraphQL, and AWS into one full-stack web application.

License

Notifications You must be signed in to change notification settings

abd1rahmane/cookiecutter-django-vue-graphql-aws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django + Vue + GraphQL + AWS Cookiecutter

A highly opinionated cookiecutter template that fuses together Django, Vue.js, GraphQL, and AWS into one full-stack web application.

Features

Originally based on cookiecutter-django-vue and extracted from the Reddit scheduling application Postpone.

Usage

First, get cookiecutter:

$ pip install cookiecutter

Now run it against this repo:

$ cookiecutter gh:grantmcconnaughey/cookiecutter-django-vue-graphql-aws

You'll be prompted for some values. Provide them, then a project will be created for you.

Now you can start the project with docker-compose:

$ docker-compose up --build

Open http://0.0.0.0:8000 in your browser to view the application.

About

A highly opinionated Cookiecutter template that fuses together Django, Vue.js, GraphQL, and AWS into one full-stack web application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.1%
  • JavaScript 4.6%
  • Vue 2.1%
  • Shell 1.3%
  • Makefile 0.9%
  • HTML 0.7%
  • Dockerfile 0.3%