Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

IRASUBIZA-SALY-NELSON/Harvest-Hold-Rwanda

Domaine:

agriculture

Type de record:

softwareproject
Créateur:
IRA
Hôte:
Harvest Hold Rwanda — website, farmer mobile app, admin ops dashboard, and Spring Boot API # Harvest Hold Rwanda IoT + AI cold-chain platform for smallholder farmers in Rwanda. ## Monorepo | Folder | What | |--------|------| | `Website/` | Marketing site (React + Vite) | | `farmer-app/` | Farmer mobile app (Expo / React Native) | | `admin-dashboard/` | Ops dashboard with live charts (React + Recharts) | | `backend/` | Spring Boot API (shared by mobile + admin) | ## Quick start ```bash # API (required for mobile + admin) cd backend && ./mvnw spring-boot:run # Admin dashboard → 127.0.0.1 cd admin-dashboard && npm install && npm run dev # Website cd Website && npm install && npm run dev # Farmer app cd farmer-app && npm install && npx expo start ``` ## Demo logins **Farmer app:** `+250 788 123 456` / `1234` **Admin dashboard:** `admin@harvesthold.rw` / `admin1234`

Visit

github.com

Similaires

IRASUBIZA-SALY-NELSON/Harvest-Hold-Rwanda-website

IRASUBIZA-SALY-NELSON/Harvest-Hold-Rwanda-website

# Harvest Hold Rwanda Professional website for Harvest Hold Rwanda — an IoT and AI AgTech initiativ