ovgu-ubit / output

A tool for publication, cost and contract monitoring in libraries
Apache License 2.0
1 stars 1 forks source link

Output

Web application for managing and analyzing publications of universities

Installation

Requirements

File actions

Copy the following files from their templates and put your info in it:

For some services, extension points are defined where you can inject your custom logic (using config.ts):

Run backend api locally

$ npm run i

$ npm run start:dev

run frontend locally

$ npm i

$ npm start

build frontend distributables

$ ng build --configuration {test|production} --base-href /output/