Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 1.26 KB

README.md

File metadata and controls

61 lines (35 loc) · 1.26 KB

Description

The new FinBIF API, that FinBIF will migrate to.

See breaking changes against the old API

Development

Check the wiki for a more technically detailed documentation.

Stack

Nest

Installation

$ npm ci

Fill in .env file, using .env.example as as template.

Other requirements

Run

Start Redis, and then run:

$ LD_LIBRARY_PATH=/opt/oracle/instantclient npm run start:dev

Test

Unit tests

Unit tests coverage so far only some core logic. They act also as documentation for how they are supposed to work.

npm test

Integration tests

Currently we rely on the e2e tests from the old api. Fill in integration-test/config.json and then you can run the tests:

$ LD_LIBRARY_PATH=/opt/oracle/instantclient npm run test:e2e-old

Contact

You can contact us by sending feedback from laji.fi.

License

MIT.