/MERN-Ecommerce-Web-App

Ecommerce web-application developed using MERN Stack

Primary LanguageJavaScript

NPM Version Build Status

This is an ecommerce web application built with MERN stack.

Features

  • Products Listing.
  • Products Categories.
  • Products Details.'
  • Shopping Cart.
  • Checkout Area
  • Billing with Stripe.
  • Automated Emails
  • Admin Area
  • Enabling sales for the entire products inside the website
  • State Management with Redux

enter image description here

Development setup

To run this in a development environment, Follow the following commands.

Clone the repository by running

git clone https://github.com/PasinduPrabhashitha/MERN-Ecommerce-Web-App.git

Then headover to the project you cloned and install dependecies by running

npm install

Then you can run the application by following command.

npm run dev

Meta

Pasindu Prabhashitha – Linkedin pasinduprabashitha@gmail.com https://github.com/PasinduPrabhashitha

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request