Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 677 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 677 Bytes

Deepq

A set of the best apps, services, patterns, techniques and more for building distributed Node.js-based applications

Tech stack

  • Angular
  • NestJs
  • GraphQL
  • Prisma

Common folders structure

repo - the pnpm monorepo with workspaces
|- apps
| |- app - the nx monorepo in integrated mode
| | |- apps
| | | |- api - graphql api gateway to rabbitmq bus
| | | |- srv - service with rabbitmq clients
| | | |- portal - a frontend application (possible as microfrontend)
| | |- libs
| | | |- api-lib
| | | |- srv-lib
|- libs - shared libs for all repo's packages

Inspirations came from