In order to install all necessary dependencies:
yarn install
This app can be run using this command:
yarn start
By default this app will create an sqlite DB in the location db.sqlite
The location can be configured using an ENVVAR.
DATA_PATH
Please use the postman_collection in this repo for testing your app.