Example app showing how to use TrueLayer Data API v1 to retrieve the balance of your account.
- Python 3.7
- pipenv
We use pipenv to manage the application. If you don't have it installed, please have a look here on how to do it.
Run make install
to install the dependencies.
Type make run
to start the application. You can then visit http://localhost:5000/signin to start playing with it.
Have fun!