You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User → id, name, email, password, role, createdAt
Category → id, name, image
MenuItem → id, name, description, price, image, categoryId, available
Order → id, userId, total, status, paymentStatus, createdAt
OrderItem → id, orderId, menuItemId, quantity, price
Reservation → id, userId, date, time, guests, status
Payment → id, orderId, amount, provider, transactionId, status
Deployment
Service
Platform
Backend API
Railway or Render
Customer Site
Vercel
Admin Dashboard
Vercel
Database
Railway PostgreSQL or Supabase
Images
Cloudinary
License
This project is private and intended for internal use only.
About
Full-stack restaurant management system with customer ordering, table reservations, admin dashboard, and HesabPay payment integration — built with NestJS, Prisma, and Next.js.