- This repository contains the source code and documentation for an e-commerce website that incorporates a robust payment system. The website provides a platform for users to browse, select, and purchase products or services securely and conveniently.
- Clone the repository: git clone https://github.com/your-username/e-commerce-website.git
- Install dependencies: npm install or yarn install
- Run "yarn run dev" or "npm run dev" to start project.
- Make sure to have "MONGO_CONNECTION_URL","COOKIES_SECRET" and "STRIPE_PRIVATE_KEY" environment variables in .env file locally.
- Access the website: Open a web browser and go to http://localhost:3000
- Product Catalog: Users can explore a wide range of products or services available for purchase.
- Secure Payment Processing: The website integrates a secure and reliable payment system, ensuring the confidentiality and integrity of user transactions.
- Order Management: Users can track their orders, view order history, and manage shipping and billing information.
- Responsive Design: The website is designed to be responsive, providing an optimal browsing experience across various devices and screen sizes.
- Also make sure Noty package is depreceiated. To work this project, {"noty": "^3.2.0-beta"} install this version.
- If there is problem in webpack.mix.js then you can create it manually. Visit the documentaion for it. https://laravel-mix.com/docs/6.0/installation
🙏 If you find this repo helpful then don't forget to give a start ❇️ to this repository. :)