Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maarcingebala/ariadne-demo
- Owner: maarcingebala
- Created: 2020-07-11T13:20:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T07:19:54.000Z (3 months ago)
- Last Synced: 2024-10-25T03:09:25.817Z (3 months ago)
- Language: Python
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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