Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Purpose of this sample application is to show how third-party compliance solution vendor is able to interact with PageUp WorkCompliance API.

Notifications You must be signed in to change notification settings

pageuppeople-opensource/PageUp.WorkCompliance.Vendor

Repository files navigation

PageUp Compliance Vendor

Purpose

Purpose of this sample application is to show how third-party compliance solution vendor is able to interact with PageUp WorkCompliance API.

Websites

Live Demo

PageUp Developers Portal - Work Compliance API

Setup

Dependencies

Local Development

Build

Command Line

# From root directory
dotnet restore
dotnet build

Visual Studio

  • Clean Solution
  • Rebuild Solution

Run

Visual Studio

  • Set startup projects PageUp.Compliance.Vendor
  • Debug

Command Line

# From project directory
dotnet run
# browse to http://localhost:5000/compliance-vendor

Docker Development

Build

# From root directory
docker-compose build

Run

# From root directory
docker-compose up -d
# browse to http://localhost:9050/compliance-vendor

About

Purpose of this sample application is to show how third-party compliance solution vendor is able to interact with PageUp WorkCompliance API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages