Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ysuzuki19/nestjs-examples

NestJS examples
https://github.com/ysuzuki19/nestjs-examples

Last synced: 20 days ago
JSON representation

NestJS examples

Awesome Lists containing this project

README

        

# nestjs-examples

NestJS examples

# Setup

Please install `@nestjc/cli` and docker.

## NestJS CLI

[Docs](https://docs.nestjs.com/cli/overview)

run command `$ npm install -g @nestjs/cli`

## Docker

[Docs](https://docs.docker.com/engine/install/)

please read the docs and install docker

- Ubuntu: https://docs.docker.com/engine/install/ubuntu/
- MacOS: https://docs.docker.com/desktop/mac/install/
- Windows: https://docs.docker.com/desktop/windows/install/