Here is a working live demo: link(https://scanstock.vercel.app/customer?table=9)
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! 🍔🚀
If your README is long, add a table of contents to make it easy for users to find what they need.
To get this project up and running in your development environment, follow these step-by-step instructions.
If your project has a lot of features, list them here.
- Clone the Repository
git clone https://github.com/dwicaksono/panda-food
- change directory to panda-food and Install packages in directory
npm install or yarn
- 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"
- Run the project,
npm run dev
or
yarn dev