Home > Web Front-end > JS Tutorial > body text

wexCommerce - Minimalistic and powerful Open Source eCommerce Platform

Linda Hamilton
Release: 2024-10-28 21:21:30
Original
264 people have browsed it

wexCommerce - Minimalistic and powerful Open Source eCommerce Platform

As a dev, I don't want to be confined by a Shopify template, but also don't want to use their storefront API with a custom app. I want to have in hand a fully customizable solution that I can adjust the way I want. From ui/ux, backend and devops. So, I built this fully customizable open-source solution with Next.js, MongoDB and Stripe for payments.

You can find demo link here: https://wexcommerce.dynv6.net:8002

And source code here: https://github.com/aelassas/wexcommerce

wexCommerce is a minimalistic and powerful eCommerce platform built with Next.js using SSR, MongoDB and Stripe for payments.

With this solution, you can deploy your own customizable eCommerce website at minimal cost using the Docker-based setup. 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 or DigitalOcean.

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.

A key design decision was made to use TypeScript instead of JavaScript due to its numerous advantages. TypeScript offers strong typing, tooling, and integration, resulting in high-quality, scalable, more readable and maintainable code that is easy to debug and test.

I invested significant time and effort into building this open-source project to make it freely available to the community. If this open-source project has been helpful in your work, consider supporting its continued development and maintenance. You can contribute through GitHub Sponsorship (one-time or monthly), PayPal, or Buy Me a Coffee. Even a simple star on the GitHub repository helps spread the word and is greatly appreciated.

Features

  • Stock management
  • Order management
  • Payment management
  • Customer management
  • Multiple payment options (Credit Card, Cash On Delivery, Wire Transfer, PayPal, Google Pay, Apple Pay, Link)
  • Operational Stripe Payment Gateway
  • Multiple delivery options (Home delivery, Store withdrawal)
  • Multiple language support (English, French)
  • Multiple login options (Google, Facebook, Apple, Email)
  • Responsive backend and frontend

Live Demo

  • URL: https://wexcommerce.dynv6.net:8002/
  • Login: jdoe@wexcommerce.com
  • Password: sh0ppingC4rt

Resources

  1. Overview
  2. Installing (Self-hosted)
  3. Installing (Docker)
    1. Docker Image
    2. SSL
  4. Setup Stripe
  5. Run from Source
  6. Demo Database
    1. Windows, Linux and macOS
    2. Docker
  7. Change Language and Currency
  8. Add New Language
  9. Logs

License

wexCommerce is MIT licensed.

The above is the detailed content of wexCommerce - Minimalistic and powerful Open Source eCommerce Platform. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template