Skip to content

mobb-dev/tracy-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracy Shop

A demo e-commerce store selling Tracy merchandise. Built with React (Vite) + Node.js/Express + LowDB.

Quick Start

Prerequisites

  • Node.js 18+

1. Install dependencies

npm run install:all

2. Configure backend

cp backend/.env.example backend/.env
# Edit backend/.env and set JWT_SECRET

3. Seed the database

npm run seed
# Creates 8 products, 3 categories, and a demo account

4. Run development servers

npm run dev

This starts both the backend (port 5080) and frontend (port 3000) concurrently.

Open http://localhost:3000

Demo Account

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors