Nestjs Course

screenshot of Nestjs Course
angular
express
nestjs

NestJs In Practice Course (with MongoDB)

Overview

The NestJs In Practice Course repository contains code for a course focused on using NestJs. It provides instructions for installing necessary prerequisites, as well as details on how to install and run the code for both the backend and frontend components of the application. The course covers various topics related to NestJs development.

Features

  • Comprehensive Course Content: Covers a wide range of topics related to NestJs development.
  • Node 16 Installation: Recommends installing Node 16 for compatibility with the course.
  • NPM Modules: Comprised of several separate npm modules that can be installed individually.
  • Angular CLI Integration: Includes instructions for installing and using the Angular CLI.
  • Development Servers: Provides commands for running both the backend and frontend development servers.
  • Multiple Branches: Offers multiple branches within the repository for different parts of the course.
  • Branch Navigation: Explains how to switch between branches to access different course content.
  • Additional Course Repositories: Mentions other courses available with their respective repository links.
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.