Skip to content

dennissu77/react-apollo-graphql-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

React + Apollo + GraphQL Demo

This repository contains code that was shown at the TalkJS Singapore June Meetup.

The slides can be found here.

This repo contains a simple Django project with one app called simple_app and one model (called Message). After you cloned this repo, please create a virtualenv in Python and install Django:

cd ~/Projects/
git clone https://github.com/mbrochh/react-apollo-graphql-demo.git
cd react-apollo-graphql-demo/backend
mkvirtualenv react-apollo-graphql-demo
pip install -r requirements.txt
./manage.py runserver 0.0.0.0:8000

Once you have the local devserver running, you should be able to login at /admin/ with user admin and password start1234 and you should be able to access /graphql/.

About

Code for a talk that I gave at the TalkJS Singapore June meetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.4%
  • JavaScript 35.2%
  • HTML 9.1%
  • CSS 2.3%