Skip to content

imkaka/fastapi-graphql

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages