Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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