Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

42 lines (22 loc) · 1.17 KB

ShoplikePro

ShoplikePro- eCommerce website with user authentication. Created with MERN stack - MongoBd / Express / React / Node.

Description This is an eCommerce web application created with M(ongoDb)E(xpress)R(eact)N(ode) Stack. It has user authentication system, an admin user who can add new products in the app, check for order and payments and also choose which order has been delivered from the store. It is also connected to PayPal for payments. It is deployed in Heroku and below you can find the link to visit the app.

Live demo

Live demo of the app is hosted on Heroku.

Visit https://shoplikeprogenius.herokuapp.com/

Features

• Full featured shopping cart

• Product reviews and ratings

• Top products carousel

• Product pagination

• Product search feature

• User profile with orders

• Admin product management

• Admin user management

• Admin Order details page

• Mark orders as delivered option

• Checkout process (shipping, payment method, etc)

• PayPal / credit card integration

• Database seeder (products & users)

*This project is based on Brad Traversy's MERN eCommerce From Scratch but I coded all components using functional components.