Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/victor-0x29a/nestjs-cruds
- Owner: victor-0x29a
- Created: 2023-05-05T19:03:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T14:02:53.000Z (over 1 year ago)
- Last Synced: 2024-11-22T17:51:05.635Z (2 months ago)
- Topics: crud, crud-api, crud-application, microservice, microservices, nest, nestjs, nestjs-backend
- Language: TypeScript
- Homepage:
- Size: 258 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[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)