This repository contains my backend development practice projects, built step-by-step while learning Node.js, Express, EJS, REST APIs, and SQL integration.
Each folder represents a different backend concept or milestone.
- Core Node.js basics
- File handling
- Understanding modules
- Simple backend logic
- Introduction to Express.js
- Routing
- Middleware basics
- Server creation using Express
- Server-side rendering using EJS
- Dynamic pages
- Passing data from backend to frontend
- RESTful API concepts
- CRUD operations
- API structure and best practices
- JSON based responses
- Backend with SQL database
- Database connectivity
- Query execution
- Data persistence
- Node.js
- Express.js
- EJS
- REST APIs
- SQL
- JavaScript
- Strengthen backend fundamentals
- Practice real-world backend concepts
- Build a solid foundation for full-stack development
- Prepare for internships & projects
npm install
node index.js