add bankclient
This commit is contained in:
@@ -32,7 +32,7 @@ Automate your financial tracking without sacrificing privacy. Actualize pulls yo
|
||||
```bash
|
||||
python -m venv venv
|
||||
source venv/bin/activate # On Windows: venv\Scripts\activate
|
||||
pip install actualpy enablebanking_sdk python-dotenv
|
||||
pip install actualpy enablebanking_sdk python-dotenv fastapi "uvicorn[standard]"
|
||||
```
|
||||
|
||||
3. **Configure environment variables:**
|
||||
@@ -60,7 +60,13 @@ Automate your financial tracking without sacrificing privacy. Actualize pulls yo
|
||||
2. **Sync:**
|
||||
Run the sync script to pull transactions and push them to Actual.
|
||||
```bash
|
||||
python sync.py
|
||||
python sync.py
|
||||
```
|
||||
|
||||
3. **API Mode:**
|
||||
Start the FastAPI server.
|
||||
```bash
|
||||
uvicorn src.main:app --reload
|
||||
```
|
||||
|
||||
## 📦 Tech Stack
|
||||
|
||||
Reference in New Issue
Block a user