At a given time farmer equipment are idle during non-seasons. A platform that allows farmers to rent farming equipment for less during the off-season. A simple aggregation platform with call center support can function as booking equipment’s will help farmers make additional income. The other problem we are trying to solve is the problem of overproduction . Overproduction is one of the major reason for global food wastage . because of overproduction of certain crops of in the region this increses the supply in that region and decrease the price of the crops . the other thing we are implementing is tech-blog where farmer can query or try to find solution for thier problem with the help of blogs posted on the application
- Login/Sign Up.
- OTP Verification.
- Add Equipment details related to various categories like Crop Protection, Harvesting Equipment,etc
- Search equipments of a particular category using the title.
- Filter equipment based on their category, price, availability, etc.
- Book and rent equipment for off-season.
- Track booking requests.
- View the list of comments and replies related to particular posts.
- LimitOffsetPagination for custom pagination style.
- Support Centre
- Chat with owner and customer.
- Frontend: React, Redux
- Backend: Django Rest Framework
- IDE: VS Code
- Design: Figma, Canva
- API Testing & Documentation: Postman, Swagger
- Version Control: Git and GitHub
- Machine Learning: Python, Jupyter Notebook
- Database: PostgreSQL
- Hosting: Heroku, Netlify
- Install the Dependencies from `npm`
$ npm i
- Run the Server and see the demo at [http://localhost:3000/](http://localhost:3000/)
$ npm start