Our Topic is Food Share Website. Which will help world Save food. Food wastage is not a small problem but its a global issue. to our come this we have develop a website which minimizes the food wasteage by sharing foods to needy.
Food Share is a web platform designed to minimize food wastage by connecting individuals and organizations with surplus food to those in need. The platform allows users to list excess food, browse available food items, and coordinate pickups or deliveries, fostering a community-driven approach to solving food insecurity.
- User authentication and role-based access (donor, receiver, admin)
- Post and browse food listings with details and images
- Real-time notifications for new listings and requests
- Location-based search and filtering
- Admin dashboard for managing users and posts
- Frontend: React.js, Bun.js, Tailwind CSS
- Backend: Node.js, Express.js, MongoDB
- Authentication: JWT, bcrypt
- Other: RESTful APIs, Cloudinary (for image uploads), Socket.io (for notifications)
bun install
bun devcd backend
npm install
npm run dev- Frontend: Visit
http://localhost:3000 - Backend API: Runs on
http://localhost:5000
Note: Update environment variables as needed in
.envfiles for both frontend and backend.



