https://github.com/huangkai1008/graphql-starter
Graphql-starter is a graphql start project with fastapi
https://github.com/huangkai1008/graphql-starter
fastapi graphql python
Last synced: about 2 months ago
JSON representation
Graphql-starter is a graphql start project with fastapi
- Host: GitHub
- URL: https://github.com/huangkai1008/graphql-starter
- Owner: Huangkai1008
- License: mit
- Created: 2019-09-25T09:10:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T09:41:20.000Z (over 6 years ago)
- Last Synced: 2025-05-29T11:16:43.470Z (about 1 year ago)
- Topics: fastapi, graphql, python
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graphql-Starter
Graphql-starter is a graphql start project with [fastapi](https://fastapi.tiangolo.com/).
[](https://github.com/psf/black)
## Contents
- [Installation](#installation)
- [Usage](#Usage)
- [License](#License)
## Installation
1. Get the project
```bash
go -get https://github.com/Huangkai1008/graphql-starter
```
2. Make sure you have installed [poetry](https://github.com/sdispater/poetry)
```bash
pip install poetry
```
## Usage
```bash
poetry install # Add the libs
poetry shell # Start the virtualenvs
```
## License
[MIT](https://www.mit-license.org/)