Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
/ Clouds Public archive

Web application that displays data about the COVID-19 exploiting several Google Cloud Platform features

Notifications You must be signed in to change notification settings

A-Pisani/Clouds

Repository files navigation

Clouds - COVID-19 project for Clouds course [EURECOM]

⚠️ The project has not seen any update recently, you may experience errors on the web app.

The project is hosted @ https://clouds-covid19.web.app/worldwide.

Web application that displays data about the COVID-19 exploiting several Google Cloud Platform features such as: Hosting, Storage, Firestore and Authentication.

The web development framework used is Angular with:

The data to display on the web application will be retrieved from COVID19API: https://covid19api.com, sourced from Johns Hopkins CSSE.

For info or suggestions send an email @ Alessandro.Pisani@eurecom.fr.
Please note that this is a project ended in January 2021 and many APIs can be broken (please do not expect maintenance for this code).

COVID19

This project was generated with Angular CLI version 11.0.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.