imkaka / fastapi-graphql

FastAPI GraphQL API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI GraphQL API

pre-commit.ci status

Developed a GraphQL API powering Blogging Application Backend using FastAPI, Graphene and Orator ORM.

Wanna Try?

  • Fork/Clone the Repo

    git clone https://github.com/imkaka/fastapi-graphql.git
  • Initialize the Dev Environment

    poetry install && poetry shell
  • Copy and populate DB creds in .env, or chnage db.py to use your favourite other DB.

    cp .env.sample .env
    
  • Run the server and visit localhost:5000/graphql

    python run.py
    

Credits - TestDriven.io

About

FastAPI GraphQL API


Languages

Language:Python 100.0%