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

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

Awesome Lists containing this project

README

          

# Graphql-Starter

Graphql-starter is a graphql start project with [fastapi](https://fastapi.tiangolo.com/).

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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/)