📖 Structured notes, code examples, and articles from the Namaste Node.js Web Series by Akshay Saini
I am learning Node.js to become a full-stack developer and build scalable backend systems.
| Technology | Role |
|---|---|
| ⚛️ React.js | Frontend UI |
| 🔼 Next.js | Full-stack framework |
| 🟢 Node.js | Backend runtime |
| 🚂 Express.js | Backend framework |
| 🍃 MongoDB | Database |
| # | Topic | Status |
|---|---|---|
| 01 | Introduction to Node.js | ✅ Done |
| 02 | JavaScript on Server | ✅ Done |
| 03 | Writing Node.js Programs | ✅ Done |
| 04 | Modules (CommonJS) | ✅ Done |
| 05 | Event Loop | 🔜 Upcoming |
| 06 | Async Programming | 🔜 Upcoming |
- Node.js Internals (Event Loop, libuv)
- Backend Architecture
- REST API Design
- Authentication & Security
- Database Design
A production-level backend system designed to manage real-world school operations.
Core Features:
- Role-based authentication (Admin, Teacher, Student)
- Student & Teacher management
- Attendance tracking
- Fee management system
- Class & subject handling
Tech Stack:
- Node.js
- Express.js
- MongoDB
- JWT Authentication
🚀 This project focuses on scalability, clean architecture, and real-world backend design.
- Hotel Management System (Backend) — basic CRUD-based system, currently being improved into a scalable architecture
NAMASTE-NODEJS/
├── DAY-01-INTRODUCTION-TO-NODEJS/
├── DAY-02-JS-ON-SERVER/
├── DAY-03-LETS-WRITE-CODE/
├── DAY-04-MODULES-EXPORTS-REQUIRE/
│
└── images/
└── node.svg
This repository is based on the Namaste Node.js Web Series by Akshay Saini.
🔗 Course: https://namastedev.com/learn/namaste-node
Kapil Sarkar
Aspiring Full Stack Developer (React + Node.js)
If this repository helps you, consider giving it a star ⭐ — it motivates me to keep building and sharing.