/LaLaLime

LaLaLime is an e-commerce site for athletic apparel

Primary LanguageJavaScriptMIT LicenseMIT

LaLaLime

LaLaLime is an e-commerce site for athletic apparel

Visit us at: http://lalalime.herokuapp.com/

The team

Technologies Used

  • Frontend: React, Redux
  • Backend: Sequelize, PostreSQL
  • Deployment: Heroku
Getting Started
-[] Fork and clone this repo
-[] npm install
-[] npm run start-dev
  ➤ Windows: npm run start-server and npm run build-watch
-[] npm run seed

Application Walk Through:

  • Users can browse all the listing on the all products page all product
  • On single product page, users can add item to cart and seleted item shows in the shopping cart. add to cart
  • User can modify quantity in the shopping cart and add a different item to cart edit cart
  • Shopping cart items persist when users sign up in the shopping process persist
  • When checkout is successful through Stripe, the cart is cleared, and the Stripe will show the transaction history. Under the user tab, user can see the order history. checkout stripe and order