GraphQL server built with NestJs and TypeScript
Implementation process is described in the following document
- Programming language: TypeScript (type safety, powerful tooling, TS compiler).
- Framework: NestJs (predefined Angular-like architecture, actively maintained).
- Primary database: PostgreSQL (relational database, popularity).
- Additional storage: Redis (performance, popularity, pub/sub, caching)
- ORM: Prisma
- Docker