Application pizzeria
  • TypeScript 95.5%
  • Shell 2.4%
  • CSS 1.1%
  • Dockerfile 0.8%
  • JavaScript 0.2%
Find a file
matt 91a7c10015 feat: afficher remise promo + pizza offerte sur le ticket
Persist promoDiscount dans la DB (schema + API orders).
Ticket : ligne reduction appliquee si remise > 0.
Ticket : message pizza offerte sous le total.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 23:57:05 +02:00
prisma feat: afficher remise promo + pizza offerte sur le ticket 2026-05-03 23:57:05 +02:00
public Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
src feat: afficher remise promo + pizza offerte sur le ticket 2026-05-03 23:57:05 +02:00
.env.example chore: clean repo — remove IDE/DB files, add .env.example 2026-04-24 20:07:18 +02:00
.gitignore chore: clean repo — remove IDE/DB files, add .env.example 2026-04-24 20:07:18 +02:00
AGENTS.md Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
CLAUDE.md Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
deploy-client.sh Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
docker-compose.yml Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
Dockerfile Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
eslint.config.mjs Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
next.config.ts Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
package-lock.json Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
package.json fix(build): prisma generate + db push avant next build, exclure seed.ts du TS check 2026-05-03 18:09:28 +02:00
postcss.config.mjs Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
prisma.config.ts Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
README.md Initial commit — Aya Pizza 2026-04-21 23:21:14 +02:00
tsconfig.json fix(build): prisma generate + db push avant next build, exclure seed.ts du TS check 2026-05-03 18:09:28 +02:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

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

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.