Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysuzuki19/nestjs-examples
NestJS examples
https://github.com/ysuzuki19/nestjs-examples
Last synced: 20 days ago
JSON representation
NestJS examples
- Host: GitHub
- URL: https://github.com/ysuzuki19/nestjs-examples
- Owner: ysuzuki19
- License: mit
- Created: 2022-01-02T11:57:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T10:37:20.000Z (3 months ago)
- Last Synced: 2024-12-17T19:03:09.340Z (27 days ago)
- Language: TypeScript
- Size: 3.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/