E-Pashudhan is a mobile application designed for online registration of dairy farmers producing milk and other livestock products organically. The portal aims to provide dairy farmers with valuable information about livestock, their produce, dairy market trends, and more.
- Full Stack Project: Developed using the MERN stack.
- Frontend: Built with React Native to provide farmers with information and predicted results.
- Backend: Utilizes Express.js and Node.js runtime environment.
- Database: MongoDB is used as the database for storing and managing data.
- Online registration for dairy farmers.
- Information on livestock and their produce.
- Dairy market trends analysis.
- Predictive results for farmers.
- User-friendly interface for easy navigation.
- Clone the repository.
- Install dependencies using
npm install
. - Set up MongoDB database.
- Run the backend server using
npm start
. - Run the frontend using
npm start
.
- Fork the repository.
- Create a new branch for your feature.
- Make your changes and test thoroughly.
- Submit a pull request for review.
- Implement real-time data updates.
- Integrate a chat feature for farmer interactions.
- Enhance predictive analysis capabilities.