Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

opensource254/covidapp

Repository files navigation

Android CI

This project is no longer supported

archived

thanks to all contributors

Official Covid 19 APP for Kenya

Get it on Google Play coming soon....

Setup

Requirements

  • JDK 8
  • Latest Android SDK tools
  • Latest Android platform tools
  • Android SDK 29
  • Androidx Support Repository

Dependencies

Build

./gradlew assembleDebug

Screenshots

Contributing

Contributions are always welcome. Please make sure you read Contributing notes first.

Available API ENDPOINTS (api.covid19kenya.site)

Request Endpoint Function
POST /api/v1/tip Create a new tip
GET /api/v1/tips Get all tips
GET /api/v1/tip/:id Get a tip
PUT /api/v1/tip/:id Update a tip
POST /api/v1/alert Create a new alert
GET /api/v1/alerts Get all alerts
GET /api/v1/alert/:id Get an alert
PUT /api/v1/alert/:id Update an alert
POST /api/v1/hospital Create a new hospital
GET /api/v1/hospitals Get all hospitals
GET /api/v1/hospital/:id Get a hospital
PUT /api/v1/hospital/:id Update a hospital
GET /api/v1/tweets Get all tweets
POST /api/v1/county_case Get all counties detail
GET /api/v1/counties Get all counties
GET api/v1/county/:id Get all counties by ids

opensourced

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages