matthewvolk / nextjs-ecommerce

SSR E-Commerce store built with Next.js and Express.js with payment processing powered by Stripe, and a persistent cart using default browser API localStorage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSR E-Commerce store built with Next.js and Express.js with payment processing powered by Stripe, and a persistent cart using default browser API localStorage

Codebase

Technologies

Here is a list of all the big technologies this app is using:

  • Express.js: API webserver
  • Next.js: Frontend Next.js app
  • Stripe: for E-commerce functionality

Folder structure

nextjs-ecommerce/
├── api/           # API server
├── client/        # Frontend Next.js app

About

SSR E-Commerce store built with Next.js and Express.js with payment processing powered by Stripe, and a persistent cart using default browser API localStorage


Languages

Language:JavaScript 100.0%