Skip to content

imkaka/fastapi-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f410050 Β· Jan 7, 2025

History

81 Commits
Apr 20, 2021
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Jan 7, 2025
Apr 20, 2021
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020

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