Web app to show & share data on registrations of rescued people.
Developed for the rescue ship "Ocean Viking" in support of the HSP@Sea operation.
Synopsis: a flask python app that is connected to Kobo (data collection tool).
Worflow: a kobo form registers rescuees. From a website, the team can retrieve each rescuee's information, as well as having an overview of all rescuees. Reports can be automatically generated and sent via email.
- Create an account on Kobo
- Set up the form in Kobo, here is the template.
- Create a .env file in the root directory and add the following credentials
- TOKEN: KoBo API user token
- ASSET: ID of the form
- PASSWORD: to login into the website
- Deploy the flask application using Azure Web App