Skip to content

PHT-Medic/station-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e78a20 Β· Jan 26, 2023
Jan 19, 2023
Jan 19, 2023
Aug 9, 2022
Dec 2, 2022
Jan 11, 2023
Jan 11, 2023
Nov 23, 2022
Jan 11, 2023
Dec 2, 2022
Jan 26, 2023
Aug 8, 2022
Jan 11, 2023
Jan 11, 2023
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Aug 14, 2022
Jan 26, 2023
Aug 11, 2022
Feb 6, 2022
Jan 19, 2023
Feb 6, 2022
Jan 19, 2023
Aug 16, 2022
Oct 12, 2022
Jan 26, 2023
Jan 26, 2023
Jan 19, 2023
Jan 26, 2023

Repository files navigation

Station UI 🍭

main Known Vulnerabilities semantic-release: angular

This repository contains the station ui application of the Personal Health Train. It communicates with some APIs of the PHT and need therefore to be configured properly, like described in the following sections.

Configuration

The following settings need to be added to the environment file .env in the root directory.

STATION_API_URL=http://localhost:8080
AUTH_API_URL=http://localhost:3010
API_URL=http://localhost:3002

Usage

Production

# build application for production πŸ› 
npm run build

# run application βš”
npm run start

Development

# serve application on the fly πŸ”₯
npm run dev