/covid-api

Primary LanguageTypeScript

Project Title

Statistics COVID 19

Description

This project is intended to be a visual representation of the actual statistics of COVID 19

What you can do?
- You can search information by continent
- You can see the summary of all the cases, deaths, and new tests related to COVID-19
- You can filter the statistics in a table by country name

What you have to do to have access to the statistics
- Create an account with your:
    1. Username
    2. Full Name
    3. Password

Requirements

For development, you will only need Node.js and a NPM, installed in your local environment.

Install

$ git clone https://github.com/JackZeled0n/covid-api.git
$ cd covid-api
$ npm install
$ Create an .env file from the .env.example in the root of the project.
$ For the X_RAPIDAPI_KEY you can put your own KEY from https://rapidapi.com/api-sports/api/covid-193/ or you can ask me for the key.

Running the project in the local environment

$ npm run dev

Simple build for production

$ To make the build for production run: npm run build