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

https://github.com/bkhalifeh/nestjs-todolist-task


https://github.com/bkhalifeh/nestjs-todolist-task

drizzle-orm event-driven fastify microservice nats nestjs nodejs protobuf typia

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## How To Use

```bash
git clone https://github.com/bkhalifeh/nestjs-todolist-task.git && \
cd nestjs-todolist-task/backend && \
pnpm i && \
mv .env.example .env && \
cd .. && \
docker-compose -f docker-compose.dev.yaml up -d
```