/altinn-storage

Altinn platform microservice for handling instance storage

Primary LanguageC#

Altinn Platform Storage

Build status

Storage build status

Getting Started

These instructions will get you a copy of the storage component up and running on your machine for development and testing purposes.

Prerequisites

  1. .NET 6.0 SDK
  2. Code editor of your choice
  3. Newest Git
  4. Docker CE
  5. Solution is cloned

Running the storage component

In a docker container

Clone Altinn Platform storage repo and navigate to the root folder.

docker-compose up -d --build

With .NET

The Storage components can be run locally when developing/debugging. Follow the install steps above if this has not already been done.

Stop the container running Storage

docker stop altinn-storage

Navigate to the src/Storage, and build and run the code from there, or run the solution using you selected code editor

dotnet run

The storage solution is now available locally at http://localhost:5010/api/v1