Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrun545/food-delivery-app
A Food Delivery App using MERN Stack. Allows users to Signup, Login, Order Food Items, Also user able to see Order History.
https://github.com/vrun545/food-delivery-app
context-api express-js jwt-authentication mongodb-atlas mongoose node-js password-hashing reactjs
Last synced: about 1 month ago
JSON representation
A Food Delivery App using MERN Stack. Allows users to Signup, Login, Order Food Items, Also user able to see Order History.
- Host: GitHub
- URL: https://github.com/vrun545/food-delivery-app
- Owner: vrun545
- Created: 2024-01-18T14:03:37.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-29T11:00:03.000Z (7 months ago)
- Last Synced: 2024-05-30T00:05:05.479Z (7 months ago)
- Topics: context-api, express-js, jwt-authentication, mongodb-atlas, mongoose, node-js, password-hashing, reactjs
- Language: JavaScript
- Homepage: https://blissbite.netlify.app/
- Size: 225 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://blissbite.netlify.app/) 👈(Click Here)
**Sample Login Details:**
- **Email:** [email protected]
- **Password:** varun00## 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:
```bash
git clone https://github.com/vrun545/food-delivery-app.git
```2. Navigate to the project directory:
```bash
cd food-delivery-app
```3. Install dependencies:
```bash
# 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:
```bash
# 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](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! 🍔🛵.