Ecosyste.ms: Awesome
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: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bkhalifeh/nestjs-todolist-task
- Owner: bkhalifeh
- Created: 2024-08-04T07:11:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T20:17:34.000Z (3 months ago)
- Last Synced: 2024-11-09T22:40:01.075Z (about 2 months ago)
- Topics: drizzle-orm, event-driven, fastify, microservice, nats, nestjs, nodejs, protobuf, typia
- Language: TypeScript
- Homepage:
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```