{"id":21816206,"url":"https://github.com/vrun545/food-delivery-app","last_synced_at":"2026-02-08T03:06:56.233Z","repository":{"id":217884591,"uuid":"745031451","full_name":"vrun545/Food-Delivery-App","owner":"vrun545","description":"A Food Delivery App using MERN Stack. Allows users to Signup, Login, Order Food Items, Also user able to see Order History.","archived":false,"fork":false,"pushed_at":"2024-05-29T11:00:03.000Z","size":230,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T13:31:16.426Z","etag":null,"topics":["context-api","express-js","jwt-authentication","mongodb-atlas","mongoose","node-js","password-hashing","reactjs"],"latest_commit_sha":null,"homepage":"https://blissbite.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vrun545.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-18T14:03:37.000Z","updated_at":"2024-08-17T19:49:06.000Z","dependencies_parsed_at":"2024-05-29T12:24:27.395Z","dependency_job_id":"35c69f9e-7261-4722-aef1-269631d5a041","html_url":"https://github.com/vrun545/Food-Delivery-App","commit_stats":null,"previous_names":["vrun545/food-delivery-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vrun545/Food-Delivery-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrun545%2FFood-Delivery-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrun545%2FFood-Delivery-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrun545%2FFood-Delivery-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrun545%2FFood-Delivery-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vrun545","download_url":"https://codeload.github.com/vrun545/Food-Delivery-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrun545%2FFood-Delivery-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267857833,"owners_count":24155915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["context-api","express-js","jwt-authentication","mongodb-atlas","mongoose","node-js","password-hashing","reactjs"],"created_at":"2024-11-27T15:32:07.858Z","updated_at":"2026-02-08T03:06:56.187Z","avatar_url":"https://github.com/vrun545.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Food Delivery App - BlissBite\n\nFood 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.\n\n## Live Demo\n\nExplore the Food Delivery App: [BlissBite](https://blissbite.netlify.app/)  \u0026ensp;   👈(Click Here)\n\n**Sample Login Details:**\n- **Email:** vrun123@test.com\n- **Password:** varun00\n\n## Features\n\n- **User Authentication**: Users can Signup and Login securely to access personalized features. JWT (JSON Web Token) is used for authentication.\n\n- **Order Food Items**: Browse through a variety of food items, select, and place orders.\n\n- **Order History**: Users can view their order history to keep track of previous orders.\n\n- **Security Measures**: JWT is implemented for secure authentication, and password hashing is used to enhance user account security.\n\n## Technologies Used\n\n- **Backend**:\n  - Node.js\n  - Express.js\n  - MongoDB Atlas\n  - JWT for Authentication\n  - Password Hashing for Security\n\n- **Frontend**:\n  - ReactJS\n  - Context API for State Management\n\n## Getting Started\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/vrun545/food-delivery-app.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd food-delivery-app\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   # Install backend dependencies\n   cd server\n   npm install\n\n   # Install frontend dependencies\n   cd ../client/food-app\n   npm install\n   ```\n\n4. Set up MongoDB:\n   - Create a MongoDB database.\n   - Update the connection string in the backend `.env` file.\n\n5. Run the application:\n\n   ```bash\n   # Run Backend Server (from the backend directory)\n   cd ../server\n   nodemon index.js\n\n   # Run Frontend Development Server (from the frontend directory)\n   cd ../client/food-app\n   npm start\n   ```\n\n6. Open your browser and navigate to `http://localhost:3000` to access the Food Delivery App.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgments\n\n- Special thanks to the MERN stack for providing a robust and efficient technology stack for web development.\n- Shoutout to the developers and contributors of the libraries and frameworks used in this project.\n\nFeel free to contribute and enhance the features of this Food Delivery App! 🍔🛵. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrun545%2Ffood-delivery-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrun545%2Ffood-delivery-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrun545%2Ffood-delivery-app/lists"}