Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maarcingebala/ariadne-demo

Starlette + Ariadne demo.
https://github.com/maarcingebala/ariadne-demo

Last synced: 26 days ago
JSON representation

Starlette + Ariadne demo.

Awesome Lists containing this project

README

        

Welcome to Ariadne Demo project! This is a simple app that shows basics of [Ariadne](http://ariadnegraphql.org/) framework.

# Installation guide

1. Install dependencies:

```shell
$ pip install poetry
$ poetry install --sync --no-root
```

2. In the project root directory run:

```shell
$ 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