https://github.com/marcode24/curso-nestjs-basico
https://github.com/marcode24/curso-nestjs-basico
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcode24/curso-nestjs-basico
- Owner: marcode24
- Created: 2022-03-18T22:14:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T22:01:13.000Z (about 3 years ago)
- Last Synced: 2025-02-04T00:33:16.629Z (5 months ago)
- Language: TypeScript
- Size: 886 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Basic course about NestJs
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```