Skip to content

GSG-G11/E-commerce-Team3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥘 Meals

📄 Description

Meals is an online Website that allows you to see and filter meals, add meals to your cart, login as a seller to add, edit and delete meals from website.

🔗 Links

Figma Link

Live Link

📖 User stories

  • As a user, I want to be able to view existing meals from the main page.
  • As a user, I want to be able to filter meals by price, by categories, and search by name.
  • As a user, I want to be able to add meals to the cart.
  • As a user, I want to be able to delete meal from cart.
  • As a user, I want to be able to see details about the meal.
  • As a seller, I want to be able to add, edit and delete a meal, only if I am logged in.

📃 Technology and Tools that we used

  • HTML
  • CSS
  • Reactjs
  • nodejs
  • Expressjs
  • Database
  • Heroku

📌 Installing the project locally

  • git clone https://github.com/GSG-G11/E-commerce-Team3.git
  • code E-commerce-Team3
  • create .env file and add the database url inside it
  • npm i
  • npm run dev
  • cd client
  • npm i
  • npm start

Dont Forget to add proxy in package.json in the frontend like this: "proxy": "http://localhost:serverPortHere",

Team