Skip to content

A full-stack e-commerce web application using Wix Headless SDK. Users can navigate different categories, query products, filter the products by price or date, add products to their shopping cart, checkout the cart to place their order and view all of their previous orders.

Notifications You must be signed in to change notification settings

seljukat/e-commerce

Repository files navigation

view "e-commerce_demo.mp4" to check out the general features of the application.

Getting Started

install the dependencies:

npm install

include the environment variables in ".env.example" file in your ".env" file:

NEXT_PUBLIC_WIX_CLIENT_ID=
NEXT_PUBLIC_WIX_APP_ID=
NEXT_PUBLIC_FERA_ID=

FEATURED_PRODUCTS_CATEGORY_ID=

MONGO=

run the development server:

npm run dev

open http://localhost:3000 with your browser to see the result.

About

A full-stack e-commerce web application using Wix Headless SDK. Users can navigate different categories, query products, filter the products by price or date, add products to their shopping cart, checkout the cart to place their order and view all of their previous orders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published