This is repository for back-end code of the mobile application for Rice Harvest Period. This app is built to help farmers and traders in the harvest periods with some features:
- View information of current weather and forecast hourly, daily;
- View today's rice price and forecast for next 7 days;
- Manage rice fields, rice seasons, buying proposals for a season,... (for farmers);
- Manage rice buying areas, buying proposals,... (for traders);
- View rice field map;
- Find and connect to farmers/traders;
- Calculate total rice.
This app uses NodeJS and framework Express to manage HTTP requests, MongoDB to manage database, ARIMA model developed by Python to predict rice price for 7 next days.
Here is the front-end repository written by React Native.