8000 GitHub - filiBit/online-shop-ddd-bdd: Next.js with DDD and BDD
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

filiBit/online-shop-ddd-bdd

Repository files navigation

This was a code challenge for a Web shop. This project applies Domain Driven Design and Behaviour driven design.

All pages are rendered on the server and only one minor component renders on client.

How to open the Web shop

First, run the development server:

nvm use 22.14.0

npm install

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

How to test

npm run test

Preview

Home page

Home page

Product page

Product page

About

Next.js with DDD and BDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0