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 chnagedb.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