Application created with React. We are using https://covid19-brazil-api.now.sh/api/report/v1/ to get real data about COVID19 informations.
https://laurindo.github.io/fight-covid/
1 - See if you have docker installed
2 - Check your node and npm
3 - After that we can start. We are using docker to setup the env
4 - If you don't have docker installed, please try it:
5 - Your project should be running on:
6 - Let's enjoy:
Open http://localhost:9001 to view it in the browser.
Runs the app in the development mode.
Open http://localhost:9001 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- I've tried to add cypress for e2e (end to end test) but my ubuntu is not enough space to run docker compose and prepare env. :(