An open API service indexing awesome lists of open source software.

https://github.com/code4clouds/az-auth-web-node

A nodejs service with a web frontend that authenticates with Azure
https://github.com/code4clouds/az-auth-web-node

Last synced: 5 months ago
JSON representation

A nodejs service with a web frontend that authenticates with Azure

Awesome Lists containing this project

README

          

# az-auth-web-node
A NodeJS service with a web frontend that authenticates with Azure.

# Setup
``` bash
npm install
```

# Run
``` bash
npm start
```

# Container
`` bash
docker build -t az-auth-web-node .
``