Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 612 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 612 Bytes

Backend for the new UI

Available Scripts

npm install

install required packages

node index.js

start application

Add .env file to project root with environment variables

API_GATEWAY_HOST (Api gateway url, example https://gw-api-test.it.helsinki.fi/organisation/devel/current/tree/)\ HY_ORGANISATION_API_KEY (application subscription api key to HY Organisation API) API_DB_HOST=(database microservice example http://localhost:8000) API_OU_SERVICE_HOST=(organisation unit microservice example http://localhost:5000)

Swagger documentation

Swagger documentation is served from /api/docs