Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas authored Oct 8, 2024
1 parent 90cf7e3 commit 2b750f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

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 a 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.

# Features
Expand All @@ -17,6 +19,12 @@ A key design decision was made to use TypeScript instead of JavaScript due to it
* 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

The documentation and installation instructions are not up to date and will be updated soon.
Expand Down

0 comments on commit 2b750f2

Please sign in to comment.