Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Aug 9, 2024
1 parent ecfafcb commit 205a828
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# service-template
# _EVENTS_ MICRO-SERVICE

Template repository for a microservice using FastAPI + Strawberry + MongoDB.
Contains example code for queries, mutations, types and models. Remove all `Sample` entities before pushing to production.
This is a microservice using FastAPI + Strawberry + MongoDB.
Contains code for queries, mutations, types and models for the events data and services specifically.

## How to use
1. Click the green 'Use this template' button on the top right to create a new repository in the org for the service.
2. Clone the newly created repository to make changes and push.
1. Go to [https://github.com/Clubs-Council-IIITH/services](https://github.com/Clubs-Council-IIITH/services)
2. Follow the steps given in the README.md file at that page.

---

## FOR DEVELOPERS
_URL_ -> http://events/graphql (For using in single gateway)

> ### QUERIES
> ### MUTATIONS

0 comments on commit 205a828

Please sign in to comment.