Application developed to have a basis to predict a possible contagion of covid during the next few days.
In case the application does not show results, please check the latest data entry data on the website: ourworldindata The site must present data that is a given day unless it is our current one. Example:
-
Last dice roll (2022-02-09).
-
Current date (2022-02-10).
-
🔺 | Commits inserted at once without modification, were automatically developed and tested on localhost using terminal interface with Node.Js and tested with Jest.
- OurWolrdInData API's Covid19.
- Connection to OurWolrdInData Covid19 Database;
- Node.js application console input;
- Node.js application result on console;
- Covid 19 contagion forecast in the world.
- Javascript
- Node.js
- Yarn
- Jest
- Axios
- Dayjs
- Readline Sync
- Total hours since the first folder was created ≅ 35 hours, 0 minutes.
- Total hours worked on the project ≅ 25 hours, 0 minutes.
- Total hours worked directly ≅ 8 hours, 20 minutes with intervals of two to three hours.
-
Architecture: I would choose serverless as a viable option for this job. I would use a 'Function as a Service' (FaaS) like AWS Lambda. Serverless is a software and application design approach that allows developers to create and run services without having to manage and "configure" the work environment, as serverless as a cloud provider can predict and configure servers for future execution of their applications. , database and cloud storage systems as a function of scale.
-
Infrastructure: An application's infrastructure is based on performance, user experience, user interface experience, and structuring. Given this, a current application infrastructure would have a graphical interface for a better experience and usability of the system, thus improving the user experience. So for that, the interface would call a serverless function that can serve, Cloud Functions or Lambda Functions with a cache like a Redis, for example, for in-memory data. We can use React.Js or Next.Js and Node.js with libraries to create graphs with the result values entered and executed in the backend by the APIs. Hosting by Vercel is interesting, as the platform creates and configures the serverless environment. I would use centry to capture possible errors that can happen in the application and together with that, we could use Jest to create automated testing services and code verification.
Use yarn or npm install to install project dependencies. Then start the project.
After installing the dependencies, use
yarn start
or
npm init
This project is under MIT license. See the file LICENSE for more details.
Made with 🤍 by João Alcântara 👋🏻