Build for SDG project repo
PRODUCT DESCRIPTION
Farm rail is a web-based application that connects farmers to produce buyers/offtakers ranging from small scale produce buyers to large-scale produce buyers like companies, enabling buying and selling of farm inputs online and providing farmers with access to a chat forum where they can share information regarding various matters that could be challenging them. The product is to connect the entire agricultural sector ecosystem bringing the main drivers of the industry together in one platform.
Name | Service | Container | Tech |
---|---|---|---|
Web | Web | web | React, Redux, React-Router |
Produce API | Produce | produce | Django Rest framework |
Farm API | Farms | farms | Node, Express, Auth0 |
User API | Membership | membership | Node, Express, Auth0 |
Cart API | Shopping | shopping | Django Rest framework |
├── src
│ ├── services
│ │ ├── cart_api
| | | | ├── cartAPI
│ │ | │ └── sqlite
│ │ | └── swagger
| | |
│ │ ├── produce_api
| | | | ├── produceAPI
│ │ | │ └── sqlite
│ │ | └── swagger
| | |
│ │ ├── user_api
| | | | └── src
│ │ | └── mongodb
| | |
│ │ └── farm_api
| |
│ └── web
│ │ └── src
└── tests
Follow these steps to contribute;
- Create the corresponding issue on github
- Clone the repository to your local machine
- Install the needed dependencies
- Create a new branch and checkout to that branch
- Create your contribution
- Push the changes to the remote repository
- Create a pull request to the main branch
- Wait for code review and approval ✔
Your contribution will make a difference. 😎