Skip to content

jschiefner/proyecto-covid-threejs-igev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IGEV Project - Covid Cases in Europe

This Repo is for my Project in the class Graphical User Interfaces and Virtual Environments. To see it live in your browser, follow this link: https://jschiefner.github.io/. Because this project is for a spanish class, the interface is also spanish 🇪🇸.

Project Structure

There are two parts in the repo, a frontend folder containing all the code for the visualization and the single page vue app. The preprocessing folder contains scripts which preprocess the data from the data sources mentioned below and makes it ready for the frontend to be used.

Use npm install in both folders to install dependencies. For the frontend you can then use npm run dev in the frontend folder to run the application on a local development server. In the preprocessing folder you can run npm run update to update the database with the latest covid data. This needs to be pulled from the data source below first. You also need a postgres database that will hold the covid data. Once imported into the database, it can be written to a json file with npm run create-covid-file, this needs to be copied into the frontend/public/ folder and be required in the frontend code.

Data

Data samples up to a certain point are already included in this repository.

About

Covid Data in Europe visualized across the whole pandemic

Resources

Stars

Watchers

Forks