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.git
-
Navigate into any project folder
cd project-name
-
Install dependencies
npm install # install the dependancies
-
Run the project
node index.js or npm start # if nodemon is installed