FeedN (also known as The Living Larder) is a community-centric platform designed to bridge the gap between surplus food and those in need. Built with a focus on sustainability and community support, it enables users to donate food, track community fridge statuses, and manage food resources efficiently.
This project was conceptualized and developed within 24 hours during the TMGC 24 Hours Sprint Hackathon.
- Yogeswar (@yogeswar142)
- Ganne Rohan (@GanneRohan097)
- Harish Naidu (@HARISH-BN890)
- Deepak D
- M Tanooj KUmar
- Food Donation Tracking: Seamlessly list and manage food donations.
- Community Fridge Integration: Real-time updates on community pantry/fridge availability.
- Secure Authentication: Robust user registration and login system.
- Real-time API: Powered by a scalable Node.js backend.
- Framework: Flutter
- State Management: Provider / Clean Architecture
- Styling: Google Fonts (Inter)
- Runtime: Node.js
- Framework: Express.js
- Database: MongoDB (Mongoose)
- Security: Helmet, JWT, BcryptJS, Express Rate Limit
- Flutter SDK
- Node.js & npm
- MongoDB Atlas account or local instance
-
Clone the repository
git clone https://github.com/yogeswar142/FeedN.git cd FeedN -
Setup Backend
cd backend npm install # Create a .env file with MONGODB_URI and JWT_SECRET npm start
-
Setup Frontend
cd ../feedn flutter pub get flutter run
This project is licensed under the ISC License.


