FarmLink is an IoT system that provides a safe environment to start farming. We developed FarmLink after considering what problems we faced when we actually started farming and what features we needed to solve those problems.
- Clone the repository
- Go to the app directory
- Create the .env
- Install all the necessary dependencies
- Start the dev server
git clone https://github.com/yushin-ito/farmlink.git
cd app
SUPABASE_URL=
SUPABASE_KEY=
GOOGLE_MAP_API_KEY_IOS=
GOOGLE_MAP_API_KEY_ANDROID=
npm install
npx expo start
- Graphical display using Victory
- Rental Filter
- Password Reset
MIT License