Danny-Dasilva / FastAPI-Graphql-Strawberry-Mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI Strawberry-graphql MongoDB Integrated Template/Boilerplate Code 🚀

⚖️ GitHub License

Template repository for a Service using FastAPI + Strawberry-Graphql + MongoDB.

Contains example code for various variations of queries, mutations, types and models, for further reference and easy coding...
Check out Sample entities, for reference.


How to use 📝

  1. Click the green Use this template button on the top right to create a new repository in the personal account for the service.
  2. Clone the newly created repository to make changes and push.
  3. Copy .env file (Make changes in it as required):
cp .example.env .env
  1. Build and spin up all services:
docker compose up --build -d
  1. Check out
localhost:80
  1. To stop, press Ctrl + C

This code was referred from the template code (Private Repository in Clubs-Council-IIITH Organisation) by [@bhavberi]https://(github.com/bhavberi), @ek234 and @v15hv4.


GitHub Code size in bytes

About

License:GNU General Public License v3.0


Languages

Language:Python 97.0%Language:Dockerfile 3.0%