Introduction To Node JS 5 Lessons Why Node JS & What Is Node JS? Start Installation Of Node JS Start Setting Up The Enviornment (VS Code) Start npm Project Creation Start Hello World Node JS Program Start Node JS Core Modules 8 Lessons Introduction To Modules Start Node Global Variable Start functions In Node JS Start User Defined Modules Start Exporting & Using Modules Start fs Module Start File writing and reading (sync and async) Start Path module Start NPM 4 Lessons introduction To NPM Start Use Of npm Start installation of libraries using npm Start validator, chalk and yargs api Start Express JS 8 Lessons Introduction to Express JS Start Creating A Server Start HTTP Request Start HTML In Node JS Start Reading input from user using ejs files Start Sending JSON data to client Start Installating nodemon Start QueryString in Express JS Start REST API 7 Lessons Introduction To REST API Start Creating model Start Creating Schema Start Implementing get, post, patch, delete methods Start Introduction to postman Start Using postman for API testing Start Packages (jwt, bcryptjs) Start