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

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.

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/)