Skip to content

This Repo contains beginner to intermediate Node.Js projects

Notifications You must be signed in to change notification settings

pushkar009/Node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

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
    

About

This Repo contains beginner to intermediate Node.Js projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published