Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.02 KB

File metadata and controls

49 lines (36 loc) · 1.02 KB

Node.js

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.


🛠️ Tech Stack

  • Node.js – JavaScript runtime for backend development
  • Express.js – Web framework for building APIs
  • MongoDB
  • Thunder Client – For API testing
  • Git – Version control

🎯 Purpose

This repository was created for:

  • Strengthening Node.js fundamentals
  • Hands-on practice with real scenarios
  • Internship preparation
  • Sharing learning journey with others

🚀 Getting Started

  1. Clone the repository

    git clone https://github.com/pushkar009/Node.Js.git
    
  2. Navigate into any project folder

    cd project-name
    
  3. Install dependencies

    npm install  # install the dependancies
    
  4. Run the project

    node index.js
     or 
    npm start  # if nodemon is installed