All Projects → grantmcconnaughey → Cookiecutter Django Vue Graphql Aws

grantmcconnaughey / Cookiecutter Django Vue Graphql Aws

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cookiecutter Django Vue Graphql Aws

Cookiecutter Django Vue
Cookiecutter Django Vue is a template for Django-Vue projects.
Stars: ✭ 462 (+116.9%)
Mutual labels:  graphql, django, cookiecutter
Deploy Strapi On Aws
Deploying a Strapi API on AWS (EC2 & RDS & S3)
Stars: ✭ 121 (-43.19%)
Mutual labels:  graphql, aws
Crudl Example Django
CRUDL with Django, DRF/Graphene and SQLite
Stars: ✭ 113 (-46.95%)
Mutual labels:  graphql, django
Graphene File Upload
Enhances Graphene Django GraphQL Server for intuitive file uploads via GraphQL mutations.
Stars: ✭ 210 (-1.41%)
Mutual labels:  graphql, django
Wagtail Pipit
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
Stars: ✭ 109 (-48.83%)
Mutual labels:  django, cookiecutter
Json Serverless
Transform a JSON file into a serverless REST API in AWS cloud
Stars: ✭ 108 (-49.3%)
Mutual labels:  graphql, aws
Django Init
Project template used at Fueled for scaffolding new Django based projects. 💫
Stars: ✭ 126 (-40.85%)
Mutual labels:  aws, django
Aws Serverless Airline Booking
Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019.
Stars: ✭ 1,290 (+505.63%)
Mutual labels:  graphql, aws
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+6810.8%)
Mutual labels:  graphql, django
Graphql Recipes
A list of GraphQL recipes that, when used with the Amplify CLI, will deploy an entire AWS AppSync GraphQL backend.
Stars: ✭ 137 (-35.68%)
Mutual labels:  graphql, aws
Graphene Django Subscriptions
This package adds support to Subscription's requests and its integration with websockets using Channels package.
Stars: ✭ 173 (-18.78%)
Mutual labels:  graphql, django
Wildfish Django Starter
Django 2 cookiecutter starter project template.
Stars: ✭ 93 (-56.34%)
Mutual labels:  django, cookiecutter
Django Project Template
Thorgate's Django project template - Django, React, Sass, optional Docker and more
Stars: ✭ 91 (-57.28%)
Mutual labels:  django, cookiecutter
Aws Serverless Appsync Loyalty
Unicorn Loyalty: E-Commerce Serverless GraphQL Loyalty Sample App
Stars: ✭ 110 (-48.36%)
Mutual labels:  graphql, aws
Django Graphql Social Auth
Python Social Auth support for Graphene Django
Stars: ✭ 90 (-57.75%)
Mutual labels:  graphql, django
Serverless Prisma
AWS Serverless Prisma Boilerplate
Stars: ✭ 126 (-40.85%)
Mutual labels:  graphql, aws
Djangochannelsgraphqlws
Django Channels based WebSocket GraphQL server with Graphene-like subscriptions
Stars: ✭ 203 (-4.69%)
Mutual labels:  graphql, django
This Or That
This or that - Real-time atomic voting app built with AWS Amplify
Stars: ✭ 87 (-59.15%)
Mutual labels:  graphql, aws
Ariadne
Ariadne is a Python library for implementing GraphQL servers using schema-first approach.
Stars: ✭ 1,274 (+498.12%)
Mutual labels:  graphql, django
Aws Mobile Appsync Events Starter React Native
GraphQL starter application with Realtime and Offline functionality using AWS AppSync
Stars: ✭ 134 (-37.09%)
Mutual labels:  graphql, aws

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].