Skip to content

code-differently/Amazon-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Clone

You'll be creating your own version of Amazon! This app will consist of a front end JS webpage and a backend Express server.

Setup

Install Express: npm install express Install all dependencies: npm install

Run server: npm start

Requirements

  • The user can view all the products
  • The user can filter the products

Mockup

mockup

Class Diagram

Product
id: number
name: string
price: number
img: string
description: string

Service Contract

Method Path Response
GET /products Product[]
GET /product/:id Product

Submission

Push to GitHub and create a pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors