Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daguttt/template-nestjs-monorepo
https://github.com/daguttt/template-nestjs-monorepo
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daguttt/template-nestjs-monorepo
- Owner: daguttt
- Created: 2022-07-23T17:44:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T01:35:39.000Z (over 2 years ago)
- Last Synced: 2023-03-10T20:53:27.450Z (almost 2 years ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.