This repository contains detailed notes from the Namaste Node.js course by Akshay Saini. The notes cover key concepts, in-depth explanations, and code examples that help demystify how Node.js works under the hood. Perfect for anyone looking to deepen their understanding of Node.js and its core principles.
Feel free to contribute or use these notes as a reference for your learning journey!
- [Episode-01] Microservices vs Monolith - How to Build a Project
- [Episode-02] Features, HLD,LLD & Planning
You need to write the following commands on the terminal screen(in vscode) so that you can run this project locally.
git clone "https://github.com/himuuuuuuuuu/Namaste-Nodejs-Notes1-Season2"
Go to the project directory
cd Namaste-Nodejs-Notes1-Season2
Install dependencies
npm install
Start the server
npm run start
This application should now be running on localhost
. If you want to Fork repository and want to run locally, follow this guidelines Fork and Clone Github Repository
Thanks goes to these wonderful people (emoji key):