{"id":26893383,"url":"https://github.com/dineshkumar-mb/fooddelbackend","last_synced_at":"2026-05-06T19:06:16.227Z","repository":{"id":284893515,"uuid":"956403785","full_name":"dineshkumar-mb/fooddelbackend","owner":"dineshkumar-mb","description":"food delivery app using mern with stripe and admin ","archived":false,"fork":false,"pushed_at":"2025-03-28T08:17:52.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T08:34:12.619Z","etag":null,"topics":["axios","bcrypt","dotenv","expressjs","node-js","nodemon","render"],"latest_commit_sha":null,"homepage":"https://fooddelbackend-ygdi.onrender.com","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/dineshkumar-mb.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":"2025-03-28T07:42:30.000Z","updated_at":"2025-03-28T08:17:56.000Z","dependencies_parsed_at":"2025-03-28T08:44:20.319Z","dependency_job_id":null,"html_url":"https://github.com/dineshkumar-mb/fooddelbackend","commit_stats":null,"previous_names":["dineshkumar-mb/fooddelbackend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dineshkumar-mb/fooddelbackend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshkumar-mb%2Ffooddelbackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshkumar-mb%2Ffooddelbackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshkumar-mb%2Ffooddelbackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshkumar-mb%2Ffooddelbackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dineshkumar-mb","download_url":"https://codeload.github.com/dineshkumar-mb/fooddelbackend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshkumar-mb%2Ffooddelbackend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263542091,"owners_count":23477454,"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","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":["axios","bcrypt","dotenv","expressjs","node-js","nodemon","render"],"created_at":"2025-03-31T23:47:04.664Z","updated_at":"2026-05-06T19:06:16.185Z","avatar_url":"https://github.com/dineshkumar-mb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"🍔 Food Delivery App (MERN Stack)\n📌 Overview\nThis is a Food Delivery App built using the MERN (MongoDB, Express, React, Node.js) stack. It allows users to browse restaurants, add food items to their cart, place orders, and track deliveries.\n\n🚀 Features\n🔹 User Features\n✅ Sign up \u0026 login (JWT authentication)\n✅ Browse  \u0026 menus\n✅ Add food items to the cart\n✅ Place orders \u0026 make payments\n✅ Track order status\n\n\n🔹 Admin Features\n✅  menu management\n✅ Order management\n✅ User management\n\n\n🔹 Delivery Partner Features\n✅ View assigned orders\n✅ Update order status (Picked up, Delivered)\n\n🛠️ Tech Stack\nFrontend:\nReact.js\n\ncontext (for state management)\n\nTailwind CSS / Bootstrap\n\nBackend:\nNode.js \u0026 Express.js\n\nMongoDB \u0026 Mongoose\n\nJSON Web Tokens (JWT) for authentication\n\nOther Tools:\nCloudinary (for image uploads)\n\nStripe (for payments)\n\nSocket.io (for real-time order tracking)\n\n🏗️ Installation \u0026 Setup\n1️⃣ Clone the repository\nsh\n\ngit clone https://github.com/your-repo/food-delivery-app.git\ncd food-delivery-app\n2️⃣ Install dependencies\nBackend\nsh\n\ncd backend\nnpm install\nFrontend\nsh\n\ncd frontend\nnpm install\n3️⃣ Set up environment variables\nCreate a .env file in the backend directory and add the following:\n\nenv\n\nPORT=4000\nMONGO_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret\nSTRIPE_SECRET=your_stripe_secret_key\nCLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name\nCLOUDINARY_API_KEY=your_cloudinary_api_key\nCLOUDINARY_API_SECRET=your_cloudinary_api_secret\n4️⃣ Run the application\nBackend\nsh\n\ncd backend\nnpm start\nFrontend\nsh\n\ncd frontend\nnpm start\n5️⃣ Open in Browser\nGo to: http://localhost:5173\n\n📌 API Endpoints\nMethod\tEndpoint\tDescription\nPOST\t/api/auth/register\tRegister a new user\nPOST\t/api/auth/login\tUser login\nGET\t/api/restaurants\tGet all restaurants\nGET\t/api/foods/:id\tGet food items of a restaurant\nPOST\t/api/orders\tPlace an order\nGET\t/api/orders/:id\tGet order details\n📜 License\nThis project is open-source under the MIT License.\n\n🤝 Contributing\nPull requests are welcome! Feel free to improve the project and submit a PR.\n\n💡 Happy Coding! 🚀🍕\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdineshkumar-mb%2Ffooddelbackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdineshkumar-mb%2Ffooddelbackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdineshkumar-mb%2Ffooddelbackend/lists"}