fine tuning injestion

This commit is contained in:
Jake Pullen
2024-07-28 10:45:59 +01:00
parent fe99ee4469
commit 31b82dc1d0
4 changed files with 68 additions and 27 deletions
+22
View File
@@ -0,0 +1,22 @@
# Budget Management System
This project is a Budget Management System that fetches and caches budget-related data from an API. It organizes the data into various categories and handles rate limits to ensure smooth operation.
## Project Structure
## Setup
1. **Set up environment variables:**
Create a `.env` file in the root directory and add your API token and budget ID:
```
API_TOKEN=your_api_token
BUDGET_ID=your_budget_id
```
## Usage
## Contributing
## License