Built from scratch

POS System

Project 05 · Seif Osman
POS System — screenshot

The problem

I wanted to know exactly how a point-of-sale system works end to end — with no framework hiding the details.

What I built

A POS built on vanilla Node.js and a raw HTTP server, persisting to SQLite, with real receipt printing.

The result

A working, from-scratch POS that demystified the full request-to-receipt path.

Stack

Node.jsRaw HTTPSQLite