Fasal Sathi is a mobile and web-based platform that bridges the gap between farmers and storage providers — simplifying agricultural logistics and optimizing post-harvest resource management. It enables farmers to find, compare, and reserve storage spaces, while allowing storage owners to list and manage their facilities.
- 🔍 Search for storage based on location and crop requirements.
- 📊 Compare options with pricing, capacity, and amenities.
- 📝 Leave and read reviews to ensure trust and quality.
- 📋 List storage facilities with details, images, and pricing.
- 🔧 Manage listings and respond to farmer inquiries.
- 📈 Increase reach and visibility to the farming community.
| Layer | Technologies Used |
|---|---|
| Frontend | ReactJS (Web), Kotlin (Android) |
| Backend | Django (Python) |
| Database | PostgreSQL |
| API | RESTful APIs |
https://github.com/adavadkardhruv13/fasal_saathi.gitpython3 -m venv env
source env/bin/activate # For Windows, use `env\Scripts\activate`
pip install -r requirements.txtpython manage.py makemigrations
python manage.py migratepython manage.py runserver