Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Willrise Unlimited — MVP (Next.js 14 + Prisma SQLite + Stripe)

Setup

nvm use 20
cp .env.example .env       # already filled with Stripe TEST keys
npm install
npx prisma generate
npm run db:push
npm run seed
npm run dev
  • Status: /status
  • Shop: /shop, Collections: /collection/[handle], PDP: /product/[handle], Cart: /cart
  • Admin login: /admin/login (uses ADMIN_EMAIL / ADMIN_PASSWORD in .env)
  • Admin dashboard: /admin (protected)
  • Admin products: /admin/products

Notes

  • SQLite for local dev. For production, switch to Postgres and we can restore JSON columns and role enums.
  • Stripe keys here are TEST keys; use Stripe test cards like 4242 4242 4242 4242.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages