Skip to content

carlosmart626/graphql-pycon.co2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphql-pycon.co2018 by carlosmart626

Graphql implementation example to show some of the features of Graphene-Django.

This is an example of a courses platform allowing to create users and courses and to enroll into a desired course.

Features

  • Create students with profile
  • Create courses
  • Enroll students to courses

Running the project

Requires Docker installed To run the project execute:

cd djcourses
docker-compose up

After run this command open your navigator at http://localhost:8080/graphiql to get into the Graphql query environment.

Firsts Graphql queries

Query

query{
  hello
}

Result

{
  "data": {
    "hello": "world"
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published