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...
- Host: GitHub
- URL: https://github.com/wpdas/corona-maps
- Owner: wpdas
- License: mit
- Created: 2020-06-01T20:13:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:45:15.000Z (over 3 years ago)
- Last Synced: 2025-01-13T01:11:51.300Z (over 1 year ago)
- Language: TypeScript
- Size: 1.17 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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
```