Skip to content

Latest commit

 

History

History
144 lines (101 loc) · 2.87 KB

README.md

File metadata and controls

144 lines (101 loc) · 2.87 KB

Visit Our website

https://leviwithbackend.herokuapp.com

LeviWithBackend

Complete website with Frontend and Backend

Levi's World!

Thanks for visiting levi's site!

This E-commerce site provide us to buy all levi's product

Basic Components

These are the components outlined in levi's site. All levi's components support these.


How to run

  • install npm packages
  • install nodemon
  • run server
  • run site through localhost 7000

npm packages to be installed

  • *ejs
  • *express
  • *mongoose
  • *jsonwebtoken
  • *bcryptjs

Tech Stacks :Express,MongoDB,Mongoose,JavaScript,NodeJS,HTML,CSS,EJS

Components

  • Landing page
  • Products page
  • Cart page
  • login & Register page
  • Checkout page
  • Payment page
  • Store locator page
  • Help page
  • Data Stores

Link

Levi's Official

Image

alt text


Landing page

Syntax Description
Header Drop Down Header
Footer Static Footer
Middle Slider, Images
Description Read More

Products page

Syntax Description
All Products Products By All Categories
Add to Cart Add Any Product to Cart
Color Red, Blue, Green etc.

Cart page

Syntax Description
View Cart Check Your cart
Checkout From Cart Buy Selected Items

login & Register page

Syntax Description
Register Ask for user details
Login Use user Details to login thier account

Checkout page

Syntax Description
Add Details Ask for Extra Details to Proceed

Payment page

Syntax Description
Payment Methods Pay Any type of Cards

Store locator page

Syntax Description
Maps Find all ciies where levi's located

Help page

Syntax Description
Helps All types of help provided by levi

Data Code Block

{ "homepageProducts":[ { "id" :"1", "title":"Levi's® Polo Tee", "price":{ "mrp":"1999.00", "priceWithDisc":"999.50", "disc":"50" }, "imgUrl":{"front":"https://www.levi.in/dw/image/v2/BBRC_PRD/on/demandware.static/-/Sites-LeviMaster-Catalog/en_IN/dwa7fce1cb/images/hi-res/174740158/174740158_01_Front.jpg?sw=299&sh=397","back":"https://www.levi.in/dw/image/v2/BBRC_PRD/on/demandware.static/-/Sites-LeviMaster-Catalog/en_IN/dw6426ada1/images/hi-res/174740158/174740158_02_Back.jpg?sw=299&sh=397"} } ] }

Thanks