KristianLentino99 / scala_bank_account_sync

exercise with Scala Akka and integration with Nordigen APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

To make it work you should copy the .env.sample file with cp .env.sample .envand put here your Nordigen keys:

export NORDIGEN_SECRET_ID= YOUR_SECRET_ID
export NORDIGEN_SECRET_KEY= YOUR_SECRET_KEY

After that run source .env

Now you can run sbt run or even better:

sbt and after you are prompted into the console you should run: ~reStart this will give you the hot-reload feature

About

exercise with Scala Akka and integration with Nordigen APIs


Languages

Language:Scala 100.0%