Foodel is a web application for ordering Italian meals online. It is built with Next.js v13, Prisma, TypeScript, Tailwind, and Stripe, and uses PlanetScale as a database. The app allows users to browse the menu, select items to order, and make payments securely online.
To run the app locally, follow these steps:
- Clone the repository:
git clone
- Install dependencies:
npm install
- Set up the database:
npm run migrate
- Start the development server:
npm run dev
The app will be available at https://foodel-jn.vercel.app/.
With Foodel, you can:
- Browse a selection of delicious Italian meals.
- Select items to order and add them to your cart.
- Make payments securely online using Stripe.
- Next.js v13
- Prisma
- TypeScript
- Tailwind
- Stripe
- Supabase
This project is licensed under the MIT License. See the LICENSE
file for details.