Skip to content

maarcingebala/ariadne-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Ariadne Demo project! This is a simple app that shows basics of Ariadne framework.

Installation guide

  1. Install dependencies:
$ pip install poetry
$ poetry install --sync --no-root
  1. In the project root directory run:
$ python run.py

The app should be running on 0.0.0.0:8000. Go to 0.0.0.0:8000/graphql/ to access the GraphQL Playground.

Next

Ideas for things to add next:

  • JWT authentication, auth directives
  • Add real database support
  • Frontend app

About

Starlette + Ariadne demo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages