Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
/ soknadsfillager Public archive

midlertidig lagring av filer under ferdigstilling av søknad

License

Notifications You must be signed in to change notification settings

navikt/soknadsfillager

Repository files navigation

Soknadsfillager

A file storage to which a client can upload, retrieve and delete files. The application stores files in a Postgres database, and provides a Rest interface that a client can interact with.

For a description of the whole archiving system, see the documentation.

Building locally

  • Docker needs to be installed on the local computer in order to start a local test database for running tests.
  • Build with mvn clean install
  • Start application with java -jar fillager/target/fillager.jar
  • There are scripts to bring up postgres and the whole archiving system locally in archiving-infrastructure.
    • Alternatively, you can run a database locally in docker:
      docker run -e POSTGRES_PASSWORD=postgres --name local_postgres -p 5432:5432 postgres -d

Inquiries

Questions regarding the code or the project can be asked to the team by raising an issue on the repo.

For NAV employees

NAV employees can reach the team by Slack in the channel #team-fyllut-sendinn

About

midlertidig lagring av filer under ferdigstilling av søknad

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages