Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ankostis/strawberymatics
- Owner: ankostis
- License: gpl-3.0
- Created: 2023-02-08T09:29:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-02-08T09:29:04.000Z (over 1 year ago)
- Last Synced: 2024-06-13T15:35:04.420Z (5 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)