Init commit!

This commit is contained in:
Jennie Robinson Faber 2025-08-22 18:36:16 +01:00
commit 086d682592
34 changed files with 19249 additions and 0 deletions

12
.env.example Normal file
View file

@ -0,0 +1,12 @@
# MongoDB Database Connection
MONGO_URI=mongodb://localhost:27017/faber-finances
# Wise API Personal Access Tokens
# Get your tokens from: https://wise.com/help/articles/2958231/personal-access-tokens
# Documentation: https://docs.wise.com/api-docs/guides/personal-tokens
WISE_API_KEY_JENNIE=your_jennie_wise_token_here
WISE_API_KEY_HENRY=your_henry_wise_token_here
# Note: These tokens should have permission to read account balances
# Copy this file to .env and fill in your actual tokens