Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankostis/strawberymatics

GraphQL access for jrcmatics UDS mongodb
https://github.com/ankostis/strawberymatics

Last synced: 21 days ago
JSON representation

GraphQL access for jrcmatics UDS mongodb

Awesome Lists containing this project

README

        

# FastAPI Strawberry-graphql MongoDB Integrated Template/Boilerplate Code 🚀
## ⚖️ ![GitHub License](https://img.shields.io/github/license/bhavberi/FastAPI-Graphql-Strawberry-Mongodb-Template?label=License&style=plastic&logo=Github)

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
```
4. Build and spin up all services:
```
docker compose up --build -d
```
5. Check out
```
localhost:80
```
6. To stop, press `Ctrl + C`

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

----
![GitHub Code size in bytes](https://img.shields.io/github/languages/code-size/bhavberi/FastAPI-Graphql-Strawberry-Mongodb-Template?color=yellow&label=Code%20Size&style=plastic)