Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syed007hassan/nestjs-the-complete-developer-guide
This repo includes all the resources provided in NestJs course by Stephen Grinder.
https://github.com/syed007hassan/nestjs-the-complete-developer-guide
authentication controller-service-repository-pattern decorators dependency-injection dto entity interceptors migration nest-cli nestjs pipes-and-filters postgresql rest-api serilization sqlite swagger-api typeorm typescript
Last synced: about 1 month ago
JSON representation
This repo includes all the resources provided in NestJs course by Stephen Grinder.
- Host: GitHub
- URL: https://github.com/syed007hassan/nestjs-the-complete-developer-guide
- Owner: Syed007Hassan
- Created: 2023-06-20T10:58:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T16:16:30.000Z (over 1 year ago)
- Last Synced: 2024-11-07T01:12:40.288Z (3 months ago)
- Topics: authentication, controller-service-repository-pattern, decorators, dependency-injection, dto, entity, interceptors, migration, nest-cli, nestjs, pipes-and-filters, postgresql, rest-api, serilization, sqlite, swagger-api, typeorm, typescript
- Language: TypeScript
- Homepage: https://www.udemy.com/course/nestjs-the-complete-developers-guide/
- Size: 3 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJs-The-Complete-Developer-Guide-By-Stephen-Grinder
Here’s a partial list of the topics included in this course:
- Securely deploy your app to production
- Write automated integration and unit tests to make sure your code is working
- Build an authentication system from scratch to log users in
- Allow users to perform certain actions with a permissions system
- Store and retrieve data with complex queries using TypeORM
- Understand how TypeORM handles data relationships
- Write declarative code using property, method, and parameter decorators
- Master the concept of dependency injection to write reusable code
- Implement automatic validation of incoming requests
- Format outgoing response data with a custom DTO system
- Handle incoming requests and outgoing responses using Guards and Interceptors
- Segment your code into reusable Nest Modules
- Add structure to your database using migrations