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

tknie/adabas-bitgarten

Repository files navigation

bitgarten

This small project contains two simple components:

  1. A Vue-based web application to query pictures and albums
  2. Golang-based tool to load pictures into the Adabas database

Vue-based web application

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

Golang based tool

A tool to load pictures and videos into Adabas using adabas-go-api. The tool is build using

make