The Frontend for the AKSWorkshop orders API
Перейти к файлу
Ahmed Sabbour 7fb9c05fa0 Update azure-pipelines.yml for Azure Pipelines 2019-10-08 11:24:14 -07:00
bin Updated container port 2019-01-25 15:23:44 -08:00
public/stylesheets Initial commit 2019-01-25 15:05:15 -08:00
routes Fix for errors when captureorder API is accessed over on https 2019-10-07 16:30:01 +01:00
views Changed to using Pug instead of Jade 2019-01-25 15:17:05 -08:00
.dockerignore Initial commit 2019-01-25 15:05:15 -08:00
.gitignore Changed to using Pug instead of Jade 2019-01-25 15:17:05 -08:00
Dockerfile Node 6 is end of life! 2019-10-07 16:32:47 +01:00
LICENSE Initial commit 2019-01-25 15:02:49 -08:00
README.md Updated build definition url 2019-01-25 15:07:29 -08:00
app.js Revert "Enabled trust proxy" 2019-02-12 19:09:12 -08:00
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines 2019-10-08 11:24:14 -07:00
package-lock.json Changed to using Pug instead of Jade 2019-01-25 15:17:05 -08:00
package.json Changed to using Pug instead of Jade 2019-01-25 15:17:05 -08:00

README.md

Frontend

Build Status

A containerised Express/NodeJS app that periodically queries the Order Capture API to retrieve the total number of orders.

Usage

Environment Variables

The following environment variables need to be passed to the container:

Capture Order Service IP

ENV CAPTUREORDERSERVICEIP=<public IP/hostname of capture order service>

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.