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
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
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request