NestJS – Building Real Project API From Scratch
Improve your NestJS skills with this series while developing an API for real application
Created by Oleksandr Kocherhin | 8 hours on-demand video course
In this NestJS – Building Real Project API From Scratch course we will build a Medium clone API using NestJS, Typescript, Typeorm and PostgreSQL. This course is fully focused on fast and deep dive into creation of API for real application with NestJS. We will start from scratch and step by step you will get close to finished real application. You will deeply understand how to structure your application, build reusable and understandable modules and services and split code into smaller chunks of code. We will write code together in efficient way to make it pure and avoid data complexity.
For each lesson you’ll get source code of the lesson, so it’s easy to see the progress and get a working app on any lesson you want.
Recommended Course by Oleksandr Kocherhin
Angular Testing: Unit Testing Angular and E2E Testing Hot & NEW
Build Fullstack Trello clone: WebSocket, Socket IO
Angular Interview Questions – Coding Interview 2024
What you will learn in this course:
- Structure and configure project
- Write high quality code with NestJS on real project
- Create reusable modules, controllers and services
- Implementing authentication
- Deeply understand NestJS design patterns