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

https://github.com/altinn/app-lib-dotnet

Libraries used in Altinn Apps
https://github.com/altinn/app-lib-dotnet

Last synced: 3 months ago
JSON representation

Libraries used in Altinn Apps

Awesome Lists containing this project

README

          

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Altinn/app-lib-dotnet/dotnet-test.yml?branch=main)](https://github.com/Altinn/app-lib-dotnet/actions)
[![GitHub](https://img.shields.io/github/license/Altinn/app-lib-dotnet?style=flat-square)](https://github.com/Altinn/app-lib-dotnet/blob/main/LICENSE)

[![NuGet / Altinn.App.Core](https://img.shields.io/nuget/v/Altinn.App.Core?label=Altinn.App.Core)](https://www.nuget.org/packages/Altinn.App.Core)
[![NuGet / Altinn.App.Api](https://img.shields.io/nuget/v/Altinn.App.Api?label=Altinn.App.Api)](https://www.nuget.org/packages/Altinn.App.Api)

# Altinn.App .NET libraries

Altinn.App .NET libraries for apps running on Altinn 3, part of the [Altinn Studio product](https://docs.altinn.studio/altinn-studio/about/).

These libraries support the runtime of Altinn apps by

* Exposing APIs used by service owners and the [frontend (app-frontend-react)](https://github.com/Altinn/app-frontend-react) of an Altinn app
* Exposing abstractions to interact with features of Altinn Studio and Altinn 3 Platform services

## Contributing

See [/CONTRIBUTING.md](/CONTRIBUTING.md).

## Documentation

Documentation on how to develop Altinn apps can be found [here](https://docs.altinn.studio/).

## Architecture

This template is built using .NET

The below diagram shows the different layers.

![Template](./apptemplate.drawio.svg)