A full-stack forum application — boards, posts, and comments — built collaboratively and shipped as a fully containerized Node.js + PostgreSQL stack.
Working as part of a small collaborative team, I helped build a discussion-forum web application end to end — from the relational data model up through authenticated, session-protected routes. The app lets users create boards, start posts within them, and comment on threads, backed by a PostgreSQL schema and served through an Express.js API.
The whole stack ships as a single docker-compose definition, so the Node.js service
and its PostgreSQL database spin up together with one command — no manual environment setup on
a new machine.