Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 753 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 753 Bytes

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