Skip to content

A Food Delivery App using MERN Stack. Allows users to Signup, Login, Order Food Items, Also user able to see Order History.

Notifications You must be signed in to change notification settings

vrun545/Food-Delivery-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Food Delivery App - BlissBite

Food Delivery App is a web application built using the MERN stack, allowing users to seamlessly browse, order food items, and view their order history. The application provides user authentication through signup and login functionalities. The backend is implemented using Node.js, Express.js, and MongoDB, while the frontend is developed with React and utilizes Context API for state management.

Live Demo

Explore the Food Delivery App: BlissBite   👈(Click Here)

Sample Login Details:

Features

  • User Authentication: Users can Signup and Login securely to access personalized features. JWT (JSON Web Token) is used for authentication.

  • Order Food Items: Browse through a variety of food items, select, and place orders.

  • Order History: Users can view their order history to keep track of previous orders.

  • Security Measures: JWT is implemented for secure authentication, and password hashing is used to enhance user account security.

Technologies Used

  • Backend:

    • Node.js
    • Express.js
    • MongoDB Atlas
    • JWT for Authentication
    • Password Hashing for Security
  • Frontend:

    • ReactJS
    • Context API for State Management

Getting Started

  1. Clone the repository:

    git clone https://github.com/vrun545/food-delivery-app.git
  2. Navigate to the project directory:

    cd food-delivery-app
  3. Install dependencies:

    # Install backend dependencies
    cd server
    npm install
    
    # Install frontend dependencies
    cd ../client/food-app
    npm install
  4. Set up MongoDB:

    • Create a MongoDB database.
    • Update the connection string in the backend .env file.
  5. Run the application:

    # Run Backend Server (from the backend directory)
    cd ../server
    nodemon index.js
    
    # Run Frontend Development Server (from the frontend directory)
    cd ../client/food-app
    npm start
  6. Open your browser and navigate to http://localhost:3000 to access the Food Delivery App.

License

This project is licensed under the MIT License.

Acknowledgments

  • Special thanks to the MERN stack for providing a robust and efficient technology stack for web development.
  • Shoutout to the developers and contributors of the libraries and frameworks used in this project.

Feel free to contribute and enhance the features of this Food Delivery App! 🍔🛵.

About

A Food Delivery App using MERN Stack. Allows users to Signup, Login, Order Food Items, Also user able to see Order History.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages