A comprehensive, full-stack reservation platform featuring entirely distinct Admin and Buyer portals. Currently in active development.
This project was born out of the need for a more robust, data-secure booking system compared to standard Firebase templates. It relies on a custom Node.js Express REST API backed by a proper PostgreSQL relational database.
The system is split into two core experiences:
Security is handled via JWT tokens with strict role-based access control evaluated at the server level on every request.
The backend infrastructure is fully operational. We are currently finalizing the UI implementations for the mobile buyer flow and the web-based admin dashboard.