Skip to content

Commit

Permalink
Fix: Gitpod branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam committed Jun 11, 2022
1 parent 42695f8 commit 8ed92ae
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
### Setting Up Backend
## YAUS

```shell
cd apps/api
unzip pgdata.zip
docker-compose up -d shortdb gql yaus-broker shortnr-cache
npx nx serve api
```
### Contributing
It is recommended to develop on Gitpod since everything is coupled with a bunch of dependencies. To start your Gitpod session click on the button below.

### Setting up Frontend

```shell
npx nx server admin
```

### Try It
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Samagra-Development/yaus/tree/gitpod)

### TODO
- [x] Migrate to Fastify
- [x] Add all the routes that are not yet implemented
- [x] Prisma Schema Setup
- [x] Posthog integration -- (Discuss and add events)
- [x] Health Check APIs (https://docs.nestjs.com/recipes/terminus) -- (Add for Db, Hasura, Redis, RabbitMq)
- [] Admin APIs
- [x] Integrate Swagger --- (Pending: Add detailed descriptions for APIs)
- [x] Added interceptor for API execution time tracking
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Samagra-Development/yaus)

0 comments on commit 8ed92ae

Please sign in to comment.