Skip to content

VietDucIT/rice-harvest-system-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rice Harvest Period Support System (Back-end)

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.