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.
- Login/Sign Up.
- JWT Authentication.
- OTP Verification.
- Add Equipment details related to various categories like Crop Protection, Harvesting Equipment, etc
- Search equipment of a particular category using the title.
- Filter equipment based on their category, price, availability, etc.
- Book and rent equipment for the 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 the 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
S.No. | Branch Name | Purpose |
---|---|---|
1. | master | contains all Frontend code |
2. | backend | contains all Backend code |
- Fork and Clone the repo using
$ git clone https://github.com/rudrakshi99/SIH2022.git
- Install the Dependencies from
npm
$ npm i
- Run the Server and see the demo at http://localhost:3000/
$ npm start
"Team Members"
S.No. | Name | Role | GitHub Username:octocat: |
---|---|---|---|
1. | Rudrakshi (Team Leader) | Backend Development | @rudrakshi99 |
2. | Sarthak Shukla | Frontend Development | @sarthakshukla1316 |
3. | Suyash Rastogi | Frontend Development | @suyashrastogi7 |
4. | Anmol Srivastava | Backend Development | @anmolsrivastava1 |
5. | Parth Sharma | ML Engineer | @ParthSharmaT |
6. | Kushal Gautam | Product Designer | @kushalgautam |
Rudrakshi 💻 |
Sarthak Shukla 💻 |
Anmol Srivastava 💻 |
Parth Sharma 💻 |
Kushal Gautam 💻 |
Suyash Rastogi 💻 |
This project follows the MIT License.