/NestJSAPIRestPostgreSQL

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)

Primary LanguageTypeScript

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.