NestJS
A full demo setup, showcasing a NestJS backend using PostgreSQL and Redis.
Repositories
Authentification
Example authentification using JWT tokens. User can register, login, watch a secured path.
Task Service
Scheduled tasks using Redis and Bull. One worker processes data, puts them in a queue if needed.
Realtime Service
Minimalistic chat application using socket.io showcasing a realtime application.
Gateway
Secure connection and management of subroutes aswell as rate limit functionality.
CI/CD
Simple automation of a CI/CD chain using docker and git.