This is an e-commerce shopping cart application built using Node.js, MongoDB, and Express. The application allows users to browse products, add them to their cart, and place orders.
Getting Started
To get started, follow these step:
1.Clone the repository:"https://github.com/jerinwilson7/e_commerce-shopping-web-App.git"
2.Install dependencies: npm install
3.Create a .env file in the root directory of the project.
4.Start the application: 'npm start'.
FEATURES
1.Browse products: Users can browse all products available for sale.
2.Add products to cart: Users can add products to their shopping cart.
3.Remove products from cart: Users can remove products from their shopping cart.
4.Update cart: Users can update the quantity of products in their shopping cart.
5.Checkout: Users can checkout and place an order.
6.View orders: Users can view all their past orders.
7.Payment Gateway(Razorpay): Users can use the payment gateway to pay for the products.
Contributing
Contributions are welcome! Please create an issue or pull request with any contributions.
License
This project is licensed under the MIT License. See the LICENSE file for more information.