Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daguttt/template-nestjs-monorepo


https://github.com/daguttt/template-nestjs-monorepo

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Template NestJS Monorepo

We're using [NestJS](https://nestjs.com/) (a progressive Node.js framework for building efficient, reliable and scalable server-side applications) with [monorepo mode](https://docs.nestjs.com/cli/monorepo) to allow us to share logic between our services and scale easily.

Paths:

- /apps/api: Backend for FrontEnd, a RESTful API for web apps.
- /libs/common: Common utilities and services.