AI-powered National Climate Intelligence, Impact-Based Forecasting and Early Warning Platform for Rwanda.
VLCIS-National-Platform
│
├── backend/
│ ├── src/
│ ├── package.json
│ ├── .env.example
│ └── Dockerfile
│
├── frontend/
│ ├── package.json
│ ├── src/
│ └── public/
│
├── mobile/
│
├── dashboard/
│
├── database/
│ ├── schema.sql
│ ├── seed.sql
│ ├── migrations/
│ └── views.sql
│
├── docs/
│
├── docker/
│
├── scripts/
│
├── LICENSE
├── README.md
└── docker-compose.yml