Skip to content

BenoitZugmeyer/test-graphene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-graphene

A small app to test Graphene integration with Flask and Relay.

Building

# Get the source
git clone https://github.com/BenoitZugmeyer/test-graphene
cd test-graphene

# Create a virtual env
virtualenv3 venv  # Must be python 3!
. venv/bin/activate

# Install Python dependencies
python setup.py install

# Install JavaScript dependencies and build the files
cd ui
npm install
npm run build  # You can use `npm run watch` to watch for changes
cd ..

# Launch it
python test_graphene

About

Testing graphene + flask + relay with a small project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published