Skip to content

simtb/user-graphql-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User GraphQL Application

A simple GraphQL application used for demonstration purposes.

Getting Started

  1. Install Python 3.6.7
  2. pip install -r requirements.txt
  3. In terminal python manage.py up
  4. python manage.py runserver
  5. Navigate to http://http://127.0.0.1:5000/graphql
  6. Open sample_queries.txt and test some of the queuries
  7. Enjoy

Additional Information

GraphQL

Graphene: GraphQL Framework for Python

About

Created a simple user graphql app for a presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages