Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History

PrimeMultiplication.Web

Web interface

This folder contains an ASP.NET Core 3 MVC project.

The web application is available at prime-multiplication.azurewebsites.net.

It's deployed automatically by this Azure DevOps account based on this YAML build pipeline.

UI

The application exposes a single page that renders the multiplication table as an HTML table (see it live)

API

The application also exposes the same functionality over an API.

The API is described by a machine-readable specification (see it live).

The actual work of creating responses in various format is done by the output formatters (JSON, XML, CSV).

The specification is rendered for documentation and testing purpose (try it live).