Skip to content

Map My Food is a MERN stack app that showcases nearby restaurants and enables the creation of new ones. Features include authentication, cart, search, support,orders, new restaurant creation, all seamlessly managed with global state management.

Notifications You must be signed in to change notification settings

shivam6862/Map-My-Food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Map my food

Map My Food is a full-stack food order application built using React for the frontend, Node.js for the backend, and MongoDB for the database. With its responsive design and global state management, it offers a seamless and user-friendly experience for customers to explore and order food from various restaurants.It also offers a unique feature that allows new users to create their own restaurants within the app.

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Description
  3. Snapshot Gallery
  4. Contributing
  5. Contact
  6. Acknowledgments

About The Project

Map My Food is an innovative food order app built on React, with a backend developed using Node.js and a MongoDB database. The app allows users to explore restaurants, browse menus, and place orders for delivery or pickup. With a map-based interface, responsive design, and global state management, Map My Food provides a seamless experience for users to discover and order delicious food. It incorporates intuitive search and filtering options and customizations for dietary preferences. Map My Food revolutionizes the way people interact with food delivery services, making it convenient and efficient for users to satisfy their cravings.It also offers a unique feature that allows new users to create their own restaurants within the app.Map My Food revolutionizes food delivery, providing convenience and efficiency for users to satisfy their cravings in a personalized way.

Team - shivam6862

(back to top)

Built With

(back to top)

Getting Started

So as to run our project locally, you need to follow the steps below.

Installation

  1. Clone the repo

    git clone https://github.com/shivam6862/Map-My-Food.git
  2. Install NPM packages on frontend_map_my_food folders

    npm install
  3. Enter your BACKEND URL in .env of frontend_map_my_food directory

    VITE_REACT_BACKEND_URL=http://localhost:8080
  4. Run the project in frontend_map_my_food using

    npm run dev
  5. You can now view the project at http://127.0.0.1:5173/

  6. Install NPM packages on Backend folders

    npm install
  7. Enter your MONGODB DATABASE URL and put it in .env file in backend directory

    MONGODB_URL= "your mongodb url"
  8. Make the database in your mongodb server named as Map-My-Food and make the following collection and set the data from ./Database/file

    PaymentOffers
    orders
    otps
    restaurant
    restaurantFood
    restaurantOffers
    smallSearch
    users
  9. Run the project in backend using

    npm start

(back to top)

Description

Map My Food is a cutting-edge food order app designed to simplify the process of discovering and ordering food. Leveraging the power of React for the frontend, a Node.js backend, and MongoDB for the database, this application offers a seamless and user-friendly experience for food enthusiasts.

With its map-based interface, Map My Food allows users to explore a wide range of nearby restaurants and browse through their menus. The responsive design ensures a smooth and consistent experience across various devices, including mobile phones, tablets, and desktops. Whether users are on the go or at home, they can easily access the app and discover local culinary delights.

To enhance user convenience, Map My Food incorporates intuitive search and filtering options. Users can easily find their preferred cuisine or restaurant, saving time and effort. Additionally, the app allows users to customize their orders by specifying dietary preferences, special instructions, or any other preferences they may have. This level of personalization ensures that users can enjoy their meals exactly the way they desire.

One of the standout features of Map My Food is its global state management, which enables efficient data handling and synchronization across different components. This ensures a seamless navigation experience, allowing users to effortlessly add items to their cart and place orders without any interruptions. The app's intelligent backend, built on Node.js, facilitates smooth communication between the frontend and the database, ensuring a swift and reliable experience.

Map My Food revolutionizes the way people interact with food delivery services. By providing a user-friendly interface, a responsive design, and a comprehensive set of features, the app simplifies the entire process of discovering, exploring, and ordering food.Map My Food revolutionizes food delivery by empowering new restaurant owners to create their own establishments within the app. Users can explore a variety of restaurants, browse menus, and place orders for delivery or pickup. Whether users are craving a quick bite or planning a special meal, Map My Food serves as a convenient and efficient platform for exploring and satisfying their culinary desires.

Snapshot Gallery

Landing Page


Home Page


Search Food


Each Restaurant


Create New Restaurant


Order Food

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Linkedin - @shivam-kumar

Project Link: https://github.com/shivam6862/

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

  • Finally, kudos to the team for the great work shivam6862

(back to top)

About

Map My Food is a MERN stack app that showcases nearby restaurants and enables the creation of new ones. Features include authentication, cart, search, support,orders, new restaurant creation, all seamlessly managed with global state management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published