Skip to content

kazakovkirilliy/nestjs-backend

Repository files navigation

Backend part of my Bachelor thesis

GraphQL server built with NestJs and TypeScript

Implementation process is described in the following document

Used Technologies

  • 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