feat: initial FRED API Proxy project

- Go web server using Gin framework
- Proxy FRED economic data API
- Support series, observations, search, releases endpoints
This commit is contained in:
2026-04-01 06:48:29 +00:00
commit 96711ffb35
10 changed files with 755 additions and 0 deletions

3
tests/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module fred-api-test
go 1.21