QuickBite is a full Stack application for ordering food(similar to zomato and swiggy). Implements Role Based Access for Customers to place orders, restaurants to view, modify menu and accept orders and for drivers to deliver them.
Checkout https://quick-bite-inky.vercel.app/
This project is completed in NextJS with TypeScript, TailwindCSS and MySQL database.
Since the MySQl db needs to be created for this project, a sample env example has been attached. Create your respective
env.local file as per the example, with the respective credentials.
The DB schema is given in QuickBite_schema.sql file.
npm i
npm run devOpen http://localhost:3000 with your browser to see the result.
Note that this project is purely for development purposes and should not be used for production. It is intended only to show our expertise in Full Stack Development. It does not infringe any copyright or intellectual property rights and does not gain any monetary benefits.