This repository contains my practice code, notes, and projects while learning Backend Development with Node.js.
- 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
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
Node.js
Express.js
MongoDB (Mongoose)
To strengthen my backend development skills using Node.js and prepare for building real-world applications.
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.