emdadul38 / amazing-nestjs

This is the repo for NestJS Framework course - AmazingNestJS available on YouTube channel. Go and checkout the series playlist https://bit.ly/3titPk3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎬 Amazing NestJS - NestJS Framework (Hindi) | Youtube Series


Youtube Playlist Link

This repository contains the source codes of the video lectures.


πŸš€ Getting started

NestJS framework course content is divided into different sections where each section contains the source code/slide for the respective lecture.

Running the code

Select the particular section of interest and then open the directory for a lecture-<lecture_no>. Check the README file for the instructions, branches/tags for the examples given in a lecture.

Example

cd Fundamentals/lecture-8
npm i
npm start

πŸ“ APIs

To follow along with the APIs developed in the course, you can choose from these 3 options.

  1. Open the respective lecture source code root directory and then in docs directory there is a file called api.html which you can open in your browser to see the documented API.

  2. You can also import the api.json (root directory/docs) into the Postman.

  3. Explore the respective lecture APIs in our public workspace hosted on Postman named YT-NESTJS.

πŸ“˜ Sections

  • Fundamentals
  • Database
  • Auth
  • Caching
  • Files
  • Useful-packages
  • Logging-Documentation
  • Task-scheduling
  • MVC
  • SSE
  • Web-sockets
  • CQRS
  • Microservices
  • Hybrid-apps

Stay in touch πŸ‘‹

Youtube Channel Computer Baba

Twitter @akacomputerbaba

Discord Server Link

About

This is the repo for NestJS Framework course - AmazingNestJS available on YouTube channel. Go and checkout the series playlist https://bit.ly/3titPk3


Languages

Language:HTML 96.5%Language:TypeScript 3.1%Language:JavaScript 0.4%Language:Shell 0.0%