https://github.com/hoonapps/sample-nestjs-monorepo-docker
This is a sample app demonstrating how to set up a NestJS monorepo with Docker.
https://github.com/hoonapps/sample-nestjs-monorepo-docker
Last synced: about 1 year ago
JSON representation
This is a sample app demonstrating how to set up a NestJS monorepo with Docker.
- Host: GitHub
- URL: https://github.com/hoonapps/sample-nestjs-monorepo-docker
- Owner: hoonapps
- Created: 2024-12-05T12:05:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T16:55:38.000Z (over 1 year ago)
- Last Synced: 2025-02-10T06:43:38.786Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://hoonapps.github.io/posts/nestjs-monorepo/
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Setting Up a NestJS Monorepo with Docker.
## Project setup
```bash
$ yarn install
```
## Compile and run the project
```bash
$ docker compose up --build
```
## Blog
[https://hoonapps.github.io/posts/nestjs-monorepo/](https://hoonapps.github.io/posts/nestjs-monorepo/)