More Premium Hugo Themes Premium Vue Themes

Cookiecutter Django Vue Graphql Aws

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

Cookiecutter Django Vue Graphql Aws

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

Github Stars Github Stars: 279
Last Commit Last Commit: Jun 10, 2021 -
First Commit Created: Jan 15, 2024 -
Cookiecutter Django Vue Graphql Aws screenshot

Overview

The Django + Vue + GraphQL + AWS Cookiecutter is a highly opinionated template that combines Django, Vue.js, GraphQL, and AWS into a single full-stack web application. It aims to provide developers with a pre-configured setup for building web applications using these technologies.

Features

  • Backend: The template utilizes Python 3.7 and Django 2.2 LTS for the backend development.
  • GraphQL: It incorporates GraphQL, a query language for APIs, enabling efficient data fetching and manipulation.
  • Frontend: The frontend development is powered by ES6 and Vue.js, a popular JavaScript framework.
  • Deployment: The template includes AWS services such as Lambda, S3, CloudFront, RDS, and VPC for seamless deployment and scaling of the web application.
  • Packaging and Deployment: Zappa, a serverless Python web framework for deploying applications on AWS Lambda, is integrated into the template.
  • Infrastructure-as-Code Scripting: CDK (Cloud Development Kit) is included for infrastructure management using code.
  • Error Monitoring: Sentry, an open-source error monitoring tool, is integrated for easy tracking and debugging of application errors.
  • Based on cookiecutter-django-vue: The template is originally based on the cookiecutter-django-vue project and was extracted from the Reddit scheduling application, Postpone.

Installation

To install the Django + Vue + GraphQL + AWS Cookiecutter, you need to follow these steps:

  1. Install cookiecutter:
pip install cookiecutter
  1. Run cookiecutter against the template repository:
cookiecutter https://github.com/<template-repo>

Note: Replace <template-repo> with the actual repository URL.

  1. You will be prompted for values. Provide the required information, and the project will be created for you.

  2. Start the project using docker-compose:

docker-compose up
  1. Open http://0.0.0.0:8000 in your browser to view the application.

Summary

The Django + Vue + GraphQL + AWS Cookiecutter template is a comprehensive solution for building full-stack web applications using Django, Vue.js, GraphQL, and AWS. It offers pre-configured setups for both the backend and frontend development, seamless deployment using AWS services, and error monitoring capabilities. With its opinionated structure and integrated tools, this template can be a valuable asset for developers looking to quickly kickstart their web application projects.