Skip to content

xDestyn/nestjs-task-management

Repository files navigation

NestJS is a Node.js back-end development framework built upon Express, leveraging the power of TypeScript.

NestJS leverages the incredible popularity and robustness of JavaScript as a language and Node.js as a technology. It is inspired by common libraries and frameworks such as Angular, React and Vue which improve developer productivity and experience.

Even considering the amount of superb libraries, helpers and tools that exist for server-side Node.js, none of them effectively solve the main problem - the architecture of an application.

NestJS provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled and easily maintainable applications.

Recently, the NestJS framework is gaining extreme popularity due to its incredible features:

Leverages TypeScript - strongly typed language which is a super-set of JavaScript

Simple to use, easy to learn and easy to master

Powerful Command Line Interface (CLI) tool that boosts productivity and ease of development

Detailed, well-maintained documentation

Active codebase development and maintenance

Open-source (MIT license)

Supports dozens nest-specific modules that help you easily integrate with common technologies and concepts such as TypeORM, Mongoose, GraphQL, Logging, Validation, Caching, Websockets and much more

Easy of unit-testing applications

Made for Monoliths and Micro-services (entire section in the documentation regarding the Microservice type of a NestJS application, as well as techniques and recipes).

What we'll learn from this course:

Becoming familiar with the NestJS framework and its components

Designing and developing REST APIs performing CRUD operations

Authentication and Authorization for back-end applications

Using TypeORM for database interaction

Security best practices, password hashing and storing sensitive information

Persisting data using a database

Deploying back-end applications at a production-ready state to Amazon Web Services

Writing clean, maintainable code in-line with industry standards

Utilising the NestJS Command Line Interface (CLI)

Using Postman for testing back-end services

Using pgAdmin as an interface tool to manage PostgreSQL databases

Implement efficient logging in a back-end application

Environment-based configuration management and environment variables

Implementing data validation and using Pipes

Guarding endpoints for authorized users using Guards

Modelling entities for the persistence layer

TypeScript best practices

Handling asynchronous operations using async-await

Using Data Transfer Objects (DTO)

Hands-on experience with JSON Web Tokens (JWT)

Unit testing NestJS applications

Using GraphQL with NestJS

Database persistence with MongoDB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published