-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42695f8
commit 8ed92ae
Showing
1 changed file
with
4 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |