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

https://github.com/wpdas/corona-maps

Find out places where have had COVID-19 activity, be aware and receive notifications. MVP in progress...
https://github.com/wpdas/corona-maps

Last synced: 12 months ago
JSON representation

Find out places where have had COVID-19 activity, be aware and receive notifications. MVP in progress...

Awesome Lists containing this project

README

          

![](https://github.com/wpdas/corona-maps/workflows/ci/badge.svg)

# Corona Maps

The plan is to create a Web App initially that shows every place where COVID-19 was detected. Data will be set by the users itself. Every register should have a validation date so that, it'll be automatically removed from the map. Google Maps API can be used in order to have a maps service running within the app.

We have to use the manifest to put some information and turn possible people downloading this app as a Progressive Web App.

Main stack: React, TypeScript, NodeJS, Express, GraphQL, Apollo, MongoDB, Docker, i18n

## Well to know

### VSCode + ESlint

All the setup for VSCode IDE is set into the `.vscode` folder.

## Envs

**.env:** This is a public .env, important data must not be into the repo though

```
SERVER_PORT=5000
REACT_APP_PORT=3000
WEB_PORT=80
API_URL=http://localhost:$SERVER_PORT
```