Skip to content

AkamTemitope/ecommerce-store

Repository files navigation

E-Commerce Website with Next.js 13

Features:

  • Responsive Design
  • Billboards and Product Catalog
  • Filter Functionality
  • Shopping Cart
  • Stripe Payment Integration

Setup:

  1. Create a .env file and configure the following variable:
# Get from the E-commerce Dashboard -> Settings
NEXT_PUBLIC_API_URL=http://localhost:3000/api/{storeId}
  1. Start the application:
npm run dev