Skip to content

Latest commit

Β 

History

History
53 lines (43 loc) Β· 1.36 KB

File metadata and controls

53 lines (43 loc) Β· 1.36 KB

Node.js Backend

This repository contains my practice code, notes, and projects while learning Backend Development with Node.js.

πŸ“š What I’m Learning

  • Basics of Node.js (modules, file system, events)
  • HTTP module and creating servers
  • Request & Response handling
  • Working with JSON data
  • Express.js fundamentals
  • REST APIs
  • Connecting Node.js with databases
  • Connecting Mongoose as a database with MongoDB
  • How export and import works in Backend
  • MVC Architecture
  • Joi

πŸ“‚ Folder Structure

backend/
β”‚
β”œβ”€β”€ contact-form-application/ 
β”œβ”€β”€ countries-app/  
β”œβ”€β”€ employee-app/ 
β”œβ”€β”€ ems(employee management system)/ 
β”œβ”€β”€ express-server/  
β”œβ”€β”€ Interview-que/  
β”œβ”€β”€ practice-code/  
β”œβ”€β”€ product-management-app/ 
β”œβ”€β”€ simple-server/  
β”œβ”€β”€ student-exam-server/  
β”œβ”€β”€ tasks-management-app/ 
β”œβ”€β”€ tasks-app/ 
β”œβ”€β”€ user-auth-backend/
β”œβ”€β”€ luckyNumber.js/  
β”œβ”€β”€ print1to5.js/ 
└── README.md

πŸ›  Tech Stack

Node.js

Express.js

MongoDB (Mongoose)

✨ Goal

To strengthen my backend development skills using Node.js and prepare for building real-world applications.

πŸš€ Note:

Stay connected! I’ll be updating this repo daily with everything I learn in backend development. Follow along as I explore new concepts, tools, and projects.