A web application for managing harvesting datasources, allowing users to add, edit, delete, and trigger harvesting.
For a broader understanding of the system’s context, refer to the architecture documentation wiki. For more specific context on this application, see the Harvesting subsystem section.
- Node.js >=22
- npm >=10.2.3
- Docker
- docker-compose
Clone the repository:
git clone https://github.com/Informasjonsforvaltning/fdk-admin-gui.git
cd fdk-admin-guiInstall dependencies:
npm installStart the development server:
npm run startGo to http://localhost:8080
docker compose up -d --buildGo to http://localhost:8137