Welcome to the Node.js projects repository! This repo showcases a collection of small, beginner-to-intermediate level projects built using Node.js, each aimed at mastering core backend development concepts.
- Node.js – JavaScript runtime for backend development
- Express.js – Web framework for building APIs
- MongoDB
- Thunder Client – For API testing
- Git – Version control
This repository was created for:
- Strengthening Node.js fundamentals
- Hands-on practice with real scenarios
- Internship preparation
- Sharing learning journey with others
Clone the repository
git clone https://github.com/pushkar009/Node.Js.gitNavigate into any project folder
cd project-nameInstall dependencies
npm install # install the dependanciesRun the project
node index.js or npm start # if nodemon is installed