#WIRVSVIRUS Corona-Crisis Hackathon - Organized by the German government
- Problem Statement
- Solution
- General analysis of the problem
- Contact
- Project Setup
- Contributor
- Roadmap
What exact problem are we trying to solve?
The World Health Organization and the Robert Koch Institute recommend vaccinations against influenza and pertussis (influenza and pneumococcus) to risk groups. The problem is to organise these (with the aim of having as few people as possible in contact with them). In particular, it seems inefficient if each individual person at risk visits a doctor, gets informed about the vaccination, orders vaccine and comes back for vaccination later.
How are we trying to solve this problem?
There are different solutions that we try to solve in a web app. Ideas:
- Appointment for vaccination online (similar to the appointment with TÜV)
- Information page online cooperation
- Portal for medical assistants and patients
Problems, approaches to solutions, formulation of the challenges, stakeholder group etc.
You can find this in our Google Document.
Drop us a line or write with us. Maybe ... help us?
You can visit our Discord.
Dependencies:
- Spring Boot Webservices
- Spring Boot Webflux
- Spring Boot MongoDB
- React
- reactstrap
Requirements:
- Java SDK 1.8.x
- Node.js
- NPM
- Maven
- Clone this Github repo
- Run the Maven project in your IDE of choice or use
Linux:
maven clean install
Windows:
mvnw clean install
Frontend
Go into /src/frontend
and type:
npm i
To start the dev server:
npm start
The devs behind the project