imperio59 / django-graphql-starter

A starter template for new Django + GraphQL Projects using Strawberry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-graphql-starter

An opinionated starter template for new Django Projects with GraphQL Support via Strawberry + Strawberry Django Plus and a basic Webpack React & Relay setup that hopefully doesn't suck.

This works for me, I hope it works for you too.

Running the Project

Set up a virtual environment, must be using Python v3.10.6 or above.

python3 -m venv env

Activate it:

source env/bin/activate

Install dependencies:

python3 -m pip install -r requirements.txt

Now you can compile with...

About

A starter template for new Django + GraphQL Projects using Strawberry

License:MIT License


Languages

Language:Python 100.0%