The Wayback Machine - https://web.archive.org/web/20201223064701/https://github.com/mirumee/graphql-workshop
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

graphql-workshop

A GraphQL workshop for DjangoCon EU 2019

Installation

Make sure you are using either Python 3.6 or 3.7.

Create a virtual environment

python3 -m venv .venv

Activate the environment

For macOS and Linux:

source .venv/bin/activate

For Windows:

.venv/Scripts/activate

Install the dependencies

pip install -r requirements.txt

About

A GraphQL workshop for DjangoCon EU 2019

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.