jesjo001 / CountryVacineReport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Installation is done using the npm install command or 'yarn' :

$ npm install

For yarn users

$ yarn 

Quick Start

The quickest way to get started with express is to utilize the executable express(1) to generate an application as shown below:

Install the executable. The executable's major version will match Express's:

$ npm install

For yarn users

$ yarn

Populate the ENV file Check out the .env.example file to populate your .env file before starting.

Start the server:

$ npm run dev 

For yarn users

$ yarn dev 

Running Tests

To run the test suite, ensure you've install npm dependencies, then run yarn test or npm run test depending on your package manager:

$ yarn 
$ yarn test

For npm users

$ npm install
$ npm test

About


Languages

Language:TypeScript 97.7%Language:JavaScript 2.2%Language:Shell 0.1%