hinchley2018 / learning-ecommerce

Small e-commerce project to learn full-stack development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learning-ecommerce

  • a full-stack project to build a classic e-commerce with products, cart and orders

Dependencies

  • Node 20 LTS for backend
  • React 18 for frontend

Getting Started

  • install node 20 LTS

  • clone project

  • install mongodb

  • have two terminals open to project root

Backend

  • rename .env.example to .env
  • cd backend
  • npm install
  • npm run dev

Frontend

  • cd frontend
  • npm install
  • npm start

About

Small e-commerce project to learn full-stack development

License:MIT License


Languages

Language:JavaScript 89.6%Language:HTML 5.8%Language:CSS 4.6%