https://github.com/jcmdsbr/node-nest-learning
Learning nest framework
https://github.com/jcmdsbr/node-nest-learning
nestjs nodejs typescript
Last synced: about 2 months ago
JSON representation
Learning nest framework
- Host: GitHub
- URL: https://github.com/jcmdsbr/node-nest-learning
- Owner: jcmdsbr
- Created: 2020-10-15T01:30:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T21:43:25.000Z (about 4 years ago)
- Last Synced: 2025-01-27T07:30:03.545Z (4 months ago)
- Topics: nestjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nest Learning basic concepts :sunglasses:
- Learning basic concepts using nestJs framework## Give a Star! :star:
If you liked the project, please give a star ;)## You need some of the fallowing tools :exclamation:
- Visual Studio Code
- Node
- NestJS## Description 📚
[Official Nest documentation](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Startup ✔️
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```