Back to projects
In ProgressReactNode.jsPostgreSQL

Project Two

A short one-line description of what this project does and who it is for.

GitHub

Project Two is a full-stack application built to solve a real pain point — managing shared resources across distributed teams.

The stack is React on the frontend with a Node.js API backed by PostgreSQL. Authentication uses JWTs with refresh token rotation, and the database schema was designed for multi-tenancy from day one.

This project taught me a lot about schema design trade-offs, connection pooling under load, and the importance of writing migrations that are safe to run in production.