Skip to content

A map that shows all 7-day-incidence. Why? Germany declares so called riskareas when the 7-day-incidence is over 50. The map should give a clear understanding of the current covid19 situation world wide. This is a shortterm project. Not the finest but it works.

Notifications You must be signed in to change notification settings

SirSundays/theoretical_riskarea_cov19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

theoretical riskareas

To start the project:

  1. Have Docker installed.
  2. Goto the mariadb folder and execute "docker-compose up" in a powershell.
  3. In your browser you can now open up phpmyadmin on "localhost:8000".
  4. Create a database called "covid". (In a future release this will be implemented on default)
  5. Import the file "covid_only_init.sql" to fill in all the needed data for this project.
  6. You can now start the real api-server. Goto the folder "tr_server". Execute "npm i" and then "npm start" in a powershell to start the server.
  7. The server will pull new date-data every 30 seconds.

About

A map that shows all 7-day-incidence. Why? Germany declares so called riskareas when the 7-day-incidence is over 50. The map should give a clear understanding of the current covid19 situation world wide. This is a shortterm project. Not the finest but it works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published