Skip to content

self-ordering app using Next.js 14, Prisma, MongoDB, Zustand, and the real-time magic of Pusher.

Notifications You must be signed in to change notification settings

dwicaksono/panda-food

Repository files navigation

Panda Food

demo

🌐 Demo

Here is a working live demo: link(https://scanstock.vercel.app/customer?table=9)

📝 Description

Hey there! 🌟 Crafting seamless web experiences is my forte, and I'm currently immersed in the world of a food self-ordering app using Next.js 14, Prisma, MongoDB, Zustand, and the real-time magic of Pusher. Imagine: effortless orders, lightning-fast kitchen alerts, and customers tracking their meal's journey from "waiting" to "cooking"! I bring energy, humor, and a passion for user-centric tech. Let's whip up something incredible together! 🍔🚀

📖 Table of Contents (Optional)

If your README is long, add a table of contents to make it easy for users to find what they need.

🛠️ Setup Project

To get this project up and running in your development environment, follow these step-by-step instructions.

✨ Features

If your project has a lot of features, list them here.

🚀 Install Project

  1. Clone the Repository
git clone https://github.com/dwicaksono/panda-food
  1. change directory to panda-food and Install packages in directory
npm install or yarn
  1. In the root file create a .env
DISCORD_WEBHOOK_URL="WEBHOOK URL"
NEXT_PUBLIC_PUSHER_ID="NEXT_PUBLIC_PUSHER_ID"
NEXT_PUBLIC_KEY="NEXT_PUBLIC_KEY"
NEXT_PUBLIC_SECRET="NEXT_PUBLIC_SECRET"
NEXT_PUBLIC_CLUSTER="NEXT_PUBLIC_CLUSTER"

NEXT_PUBLIC_KEY="YOUR_PUBLIC_KEY"


  1. Run the project,
npm run dev
or
yarn dev

About

self-ordering app using Next.js 14, Prisma, MongoDB, Zustand, and the real-time magic of Pusher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published