MiniMart is a full-stack e-commerce application built with React (Vite) for the frontend, Express for the backend, and Neon PostgreSQL for the database. The app allows users to add, fetch, update, and delete products. It can be deployed on a single web service, serving both frontend and backend together.
- Add, edit, delete, and list products
- React SPA with client-side routing
- Backend API with Express
- PostgreSQL database (Neon DB)
- Rate-limiting and bot protection via Arcjet
- Production-ready with SPA fallback for React routes
- Frontend: React + Vite + Zustand + DaisyUI
- Backend: Node.js + Express + SQL (Neon PostgreSQL)
- Deployment: Render
- Security: Helmet, Arcjet, CORS