Skip to content

Practical Node.js code samples covering core modules, filesystem, servers, Express, and PostgreSQL.

Notifications You must be signed in to change notification settings

whitekun91/NodeJS-Examples

Repository files navigation

Node.js Examples with PostgreSQL

This repository contains step-by-step Node.js examples, ranging from simple basics to building full Express servers with PostgreSQL integration.

Features

  • 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

Installation

Clone the repository and install dependencies:

git clone https://github.com/your-username/nodejs-examples.git
cd nodejs-examples
npm install

About

Practical Node.js code samples covering core modules, filesystem, servers, Express, and PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published