A demo e-commerce store selling Tracy merchandise. Built with React (Vite) + Node.js/Express + LowDB.
- Node.js 18+
npm run install:allcp backend/.env.example backend/.env
# Edit backend/.env and set JWT_SECRETnpm run seed
# Creates 8 products, 3 categories, and a demo accountnpm run devThis starts both the backend (port 5080) and frontend (port 3000) concurrently.
- Email: demo@tracyshop.dev
- Password: demo1234