Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natserract/backend-trainee
Curated list of practical and techniques for NodeJS/Back-end development
https://github.com/natserract/backend-trainee
backend clean-architecture ddd-architecture dependency-injection event-driven grpc inversion-of-control microservices
Last synced: about 2 months ago
JSON representation
Curated list of practical and techniques for NodeJS/Back-end development
- Host: GitHub
- URL: https://github.com/natserract/backend-trainee
- Owner: natserract
- Created: 2024-03-13T10:08:23.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-27T03:12:54.000Z (9 months ago)
- Last Synced: 2024-04-29T02:11:35.211Z (9 months ago)
- Topics: backend, clean-architecture, ddd-architecture, dependency-injection, event-driven, grpc, inversion-of-control, microservices
- Language: TypeScript
- Homepage:
- Size: 867 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend Trainee
Curated list of practical and techniques for NodeJS, Back-end development
## Running
```shell
yarn turbo run dev #or
yarn turbo run dev --filter=
```## Practical Tasks
- [x] [NodeJS DDD-CA orchestration](apps/node-ddd-ca)
- [x] [HTTP/2](apps/http2)