Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matitalatina/infectify-backend

Infectify backend | Coronavirus in Italy
https://github.com/matitalatina/infectify-backend

Last synced: about 2 months ago
JSON representation

Infectify backend | Coronavirus in Italy

Awesome Lists containing this project

README

        

![Infectify](https://github.com/matitalatina/infectify-app/raw/master/assets/icons/first-page-play-store-it.png)

# Infectify backend

It provides data about Coronavirus in Italy. The source is [Protezione Civile](https://github.com/pcm-dpc/COVID-19).

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test
```