A E-Commerce app that uses MERN stack
Users can view list of products for sale, write a review, register an account, see number of reviews, add item to cart, remove item from cart, checkout using PayPal API, Admin can see list of products, add a product, remove a product, edit a product.
- React.js
- Redux
- Multer
- React Router
- Node.js
- Express
- MongoDB
- HTML5
- CSS3
- Heroku
git clone https://github.com/juliusoh/ecommerce.git
npm install
npm run dev
6. Access application by entering https://localhost:3000 in the browser.
- Building a full-stack application
- Utilizing React Router for application routing
- Utilizing MongoDB and Node Express for Backend queries