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

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

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
```