Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/victor-0x29a/nestjs-cruds

The fundamentals box, NestjS!
https://github.com/victor-0x29a/nestjs-cruds

crud crud-api crud-application microservice microservices nest nestjs nestjs-backend

Last synced: 12 days ago
JSON representation

The fundamentals box, NestjS!

Awesome Lists containing this project

README

        


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

Five APIs crud, for solidify the fundaments of NestJS




---

The Nest offers several resources to escalable your application's, mainly for microsservices with your powerful CLI and intelligent. With use of the your CLI, he create and automatically implement the resources in your project, like this facilitating of life the developer, follow some commands.







- nest g resource (Create a complete resource with rest, graphql...)
- nest g controller users (Generate a controller)
- nest g service users (Generate a service)
- nest g class users (Generate a class)