/FoodWay

A Fast Food Delivery app made using MERN stack and next.js library.

Primary LanguageJavaScript

FoodWay

Roll No: UI20CS68, UI20CS54

FoodWay is an innovative online web platform that revolutionizes the way people order food. With no account hassle, users can easily place orders and enjoy a wide variety of dishes from the comfort of their own home. FoodWay offers attractive offers and discounts to make food ordering more affordable and accessible for everyone. The platform offers two payment options, including cash on delivery and online net banking through PayPal, ensuring that users have flexibility and convenience when it comes to payment.

Behind the scenes, admin accounts manage the details of the dishes and monitor the status of orders with authentication, ensuring that everything runs smoothly and efficiently. Developed using the MERN stack and Next.js, FoodWay is the result of a collaborative effort between Rakshith and Dhruvil. Whether you're in the mood for fast food or a gourmet meal, FoodWay has got you covered. Try it today and experience the future of food ordering!

How To Run:

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.