A modern, high-performance product catalog application with a glassmorphism blue theme. Built with React, Node.js, PostgreSQL, and Redis.
frontend/: React + Vite + TypeScript application.backend/: Node.js + Express + TypeScript API.docker-compose.yml: Root orchestration for all services.
To run the entire stack:
docker-compose up --build- Frontend: http://localhost
- Backend API: http://localhost:3000
- pgAdmin: http://localhost:5050 (Credentials: admin@catalogx.com / admin)
See backend/README.md for detailed instructions.
See frontend/README.md for detailed instructions.