This repository contains step-by-step Node.js examples, ranging from simple basics to building full Express servers with PostgreSQL integration.
- Basics: simple scripts and core concepts
- Modules & Path: working with Node.js core modules
- File System: reading, writing, and managing files
- Server: creating HTTP servers
- Express: building web applications with routing and middleware
- PostgreSQL: connecting and querying relational data
Clone the repository and install dependencies:
git clone https://github.com/your-username/nodejs-examples.git
cd nodejs-examples
npm install