Skip to content

Hithesh/Ecommerce_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Diligent Shop – Full-Stack E-commerce Starter

This project delivers a React + Express e-commerce experience with product browsing, detail pages, and a cart that syncs to a lightweight backend. MongoDB Atlas powers persistent catalogue data; when unavailable, the API gracefully falls back to curated sample inventory so the UI always works in demos.

Project Structure

  • frontend/ – React 19, Vite, Tailwind CSS, React Router, Axios
  • backend/ – Express 5, Mongoose, cart state API, MongoDB seed script
  • docs/ – Architecture overview and prompts used to generate the solution

Getting Started

  1. cd backend && cp env.example .env (set MONGODB_URI) then npm install && npm run dev
  2. cd frontend && cp env.example .env.local then npm install && npm run dev
  3. Browse to http://localhost:5173

More detail is available in docs/architecture.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published