Skip to content

VietDucIT/rice-harvest-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rice Harvest Period Support System

This is repository for front-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 React Native to develope the user interface, API of OpenWeatherMap to get weather information, Google Map to show rice field map, rice price on website of Vietnamese Ministry of Industry and Trade (congthuong.vn).

Currently, it's developed and tested in Android device via Expo Go application.

Here is the back-end repository written by NodeJS and using MongoDB to manage database.