Financial tracker integrating with TrueLayer.
- Create a developer account at https://truelayer.com/:
- Create a sandbox app.
- Configure callback url matching the one in the project:
http://localhost:8080/api/v1/callback
.
- Setup your .env file:
- Use the .env.template file as a blueprint to configure the secrets on TrueLayer.
- Make sure docker is up and running:
- Start docker depdendencies with
make start
- Start docker depdendencies with
- Verify with
mvn clean install
. - Success! Happy coding 🚀