Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas authored Jan 31, 2025
1 parent 50d203d commit 84dd923
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ https://github.com/user-attachments/assets/1a4841cb-8e70-4ac2-974e-64774eb17371

wexCommerce is a sleek and powerful ecommerce platform built on Next.js for its powerful rendering capabilities, MongoDB for flexible data modeling, and Stripe for secure payment processing.

<!--
For developers who value creative freedom and technical control, traditional ecommerce platforms like Shopify can feel restrictive. While Shopify's templates offer quick setup, and their Storefront API provides some flexibility, neither solution delivers the complete architectural freedom that modern developers crave.
This project emerged from a desire to build without boundaries – a fully customizable ecommerce solution where every aspect is within your control. This open-source platform empowers developers to:
Expand All @@ -26,9 +27,14 @@ This project emerged from a desire to build without boundaries – a fully custo
- **Extend Freely**: Add new features and integrations without platform constraints or additional fees
By choosing this stack, you're not just building a store – you're investing in a foundation that can evolve with your needs, backed by robust open-source technologies and a growing developer community.
-->

wexCommerce integrates Stripe and PayPal [payment gateways](https://github.com/aelassas/wexcommerce/wiki/Supported-Payment-Gateways). You can choose either to use Stripe or PayPal for payments. If your country is not supported by Stripe, you can check if it is supported by PayPal. And if so, you can use PayPal payment gateway instead of Stripe.

With wexCommerce, you can deploy your own customizable ecommerce marketplace at minimal cost using the [Docker-based setup](https://github.com/aelassas/wexcommerce/wiki/Installing-(Docker)). The platform integrates Stripe for secure payments, is optimized for SEO and can be efficiently hosted on a 1GB RAM droplet, making it an ideal choice for ecommerce operations looking for a scalable and cost-effective solution. You can deploy this solution for under $5 monthly using cloud providers like [Hetzner](https://www.hetzner.com/cloud/) or [DigitalOcean](https://www.digitalocean.com/pricing/droplets).

wexCommerce is free and open source. You can customize it as you want and deploy it yourself by following the [documentation](https://github.com/aelassas/wexcommerce/wiki). If you want me to customize it and deploy it for you, contact me by email. You can find my email in my [GitHub profile page](https://github.com/aelassas). You need to be logged in to GitHub to view my email. I can deploy the platform to the cloud for you, configure your DNS, emailing and all related tasks.

wexCommerce is composed of a frontend and an admin dashboard. From the frontend, customers can search for the products they want, add them to their cart and checkout. Customers can sign up with Google, Facebook, Apple or Email, and pay with Credit Card, Cash On Delivery, Wire Transfer, PayPal, Google Pay, Apple Pay, Link or other Stripe payment methods. Once logged in, they can have access to the history of their purshases and follow their orders. From the admin dashboard, admins can manage orders, payments, products, categories, customers and general settings such as the default language, the currency, delivery, shipping and payment methods accepted.

<!--
Expand All @@ -55,7 +61,7 @@ Next.js stands out as an excellent choice for marketplace development due to its
* Multiple delivery options (Home delivery, Store withdrawal)
* Multiple language support (English, French)
* Multiple login options (Google, Facebook, Apple, Email)
* Operational Stripe Payment Gateway
* [Multiple Payment Gateways supported](https://github.com/aelassas/wexcommerce/wiki/Supported-Payment-Gateways)
* Responsive frontend and admin dashboard

## Live Demo
Expand All @@ -70,6 +76,7 @@ Next.js stands out as an excellent choice for marketplace development due to its
2. [Installing (Docker)](https://github.com/aelassas/wexcommerce/wiki/Installing-(Docker))
1. [Docker Image](https://github.com/aelassas/wexcommerce/wiki/Installing-(Docker)#docker-image)
2. [SSL](https://github.com/aelassas/wexcommerce/wiki/Installing-(Docker)#ssl)
3. [Supported Payment Gateways](https://github.com/aelassas/wexcommerce/wiki/Supported-Payment-Gateways)
3. [Setup Stripe](https://github.com/aelassas/wexcommerce/wiki/Setup-Stripe)
4. [Run from Source](https://github.com/aelassas/wexcommerce/wiki/Run-from-Source)
5. [Demo Database](https://github.com/aelassas/wexcommerce/wiki/Demo-Database)
Expand Down

0 comments on commit 84dd923

Please sign in to comment.