Skip to content

AI-powered platform for tracking missing Kenyans during the 2024 #RejectFinanceBill2024 protests in Kenya

License

Notifications You must be signed in to change notification settings

mutheujoy/MISSING-PERSONS-DATABASE-2024-KENYA-FINANCE-BILL-PROTESTS-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lost in Kenya

Step 1

Create an environment file with the following fields:

POSTGRES_DB=host
POSTGRES_USER=username
POSTGRES_PASSWORD=password
POSTGRES_PORT=5432
VOLUME_NAME=volume_name
APPLICATION_NETWORK=docker_network
APP_PORT

step 2

create an external docker volume to store db data persistently

docker volume create lostinkenya_postgres_data

OR

docker volume create lostinkenya_postgres_data_staging

step 3

run the docker container to bring up the database and flask app

docker-compose up --build -d --no-cache

OR

docker-compose -f docker-compose-staging.yaml up --build -d --no-cache

step 4

type the following on your browser url bar to access the UI

localhost:5000

OR

https://lostinkenya.org

OR

https://staging.lostinkenya.org

About

AI-powered platform for tracking missing Kenyans during the 2024 #RejectFinanceBill2024 protests in Kenya

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published