GharSe is a hyperlocal food marketplace that connects busy individuals with trusted homemade tiffin providers in their neighbourhood. The platform enables users to discover, order, and subscribe to fresh home-cooked meals online — one meal at a time.
In urban India, students and working professionals struggle to find affordable, hygienic, and consistent home-style food. At the same time, many home chefs and small kitchens lack a digital platform to reach nearby customers.
GharSe bridges this gap by creating a trusted, location-based marketplace for homemade tiffin services.
- Discover nearby tiffin providers
- Browse daily menus
- Place one-time or subscription-based orders
- Track order status
- Register and manage their kitchen profile
- Add and update menu items
- View and manage incoming orders
- Verify providers
- Manage listings and platform activity
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- Node.js
- Express.js
- TypeScript
- MongoDB (Mongoose)
- tsx (TypeScript execution)
- JWT Authentication
- Git & GitHub
GharSe/
├── client/ # Next.js frontend
├── server/ # Express backend
├── shared/ # Shared TypeScript types
└── README.md
- Node.js (>= 18)
- npm
- MongoDB (local or Atlas)
git clone https://github.com/<your-username>/GharSe.git
cd GharSecd server
npm installCreate a .env file:
PORT=8000
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_secret_keyRun backend:
npm run devServer will run at:
http://localhost:8000
cd ../client
npm install
npm run devFrontend will run at:
http://localhost:3000
- User authentication (JWT)
- Provider onboarding & verification
- Location-based provider discovery
- Subscription plans (weekly/monthly)
- Payment integration
- Ratings & reviews
- College students looking for affordable daily meals
- Working professionals seeking home-style food
- Home chefs wanting to monetize their cooking skills
Contributions are welcome. Feel free to fork the repository and submit pull requests.
This project is licensed under the MIT License.
To make home-cooked food easily accessible while empowering local home chefs through technology.
Built with ❤️ for local food and local communities.