Skip to content

lzl124631x/covid-19-backend

Repository files navigation

This project contains the code to power the api for covid projections web portal.

Install the stable version of yarn from - https://classic.yarnpkg.com/en/docs/install/#windows-stable

In the project directory, you can:

Preferred IDE

VSCode - https://code.visualstudio.com/download

Step 0

yarn install to install all the needed node modules.

Run the app in the development mode - yarn start

The API server runs on http://localhost:6789.

Deployment to production

Install VSCode
Install the azure app service extension from https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice
Run the command yarn run build to produce the dist folder.

To deploy the app using the dist folder, follow this link - https://docs.microsoft.com/en-us/azure/javascript/tutorial-vscode-azure-app-service-node-01?tabs=bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published