Skip to content

matttalda/scale-demo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo API

This is the mock api from Scale UI with minor alterations in order to work with Azure App Services and the Static Demo Site.

Local Setup

First make sure npm is installed on your machine. Then to test the mock api locally simply run the command:

npm install && npm start

Azure Setup

Create an Azure node.js Web App and once the resource is created go to Configurations. From there, add the key-pair WEBSITES_PORT: 8080 to the Application Settings and enable Web Scockets in General Settings. Next go to the Deployment Center. Select Github or Local Git depending on how you would like to deploy this repo. Go through the steps to deploy and wait for the upload and build to finish. Once complete, the API should be up and running. A complete example can be seen here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published