theoretical riskareas
To start the project:
- Have Docker installed.
- Goto the mariadb folder and execute "docker-compose up" in a powershell.
- In your browser you can now open up phpmyadmin on "localhost:8000".
- Create a database called "covid". (In a future release this will be implemented on default)
- Import the file "covid_only_init.sql" to fill in all the needed data for this project.
- 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.
- The server will pull new date-data every 30 seconds.