Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 days 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
```