Implement Database Migrations (#12)

* feat: enhance modularity by relocating core packages

* refactor: move chart components to dashboard package

* refactor: restructure database access layer

* refactor: rename credential descriptor to credentials for clarity

* feat: enhance development environment configuration for database interactions

* feat: integrate go-task for database migrations

* feat: introduce middleware for market data and WebAuthn
This commit is contained in:
2025-05-29 15:07:20 -04:00
committed by GitHub
parent 7fdfd5f570
commit 786fef8399
93 changed files with 2036 additions and 1046 deletions

View File

@@ -9,6 +9,8 @@ export PATH=$GOBIN:$PATH
export ROOT_DIR=$(git rev-parse --show-toplevel)
export RADAR_ROOT=$ROOT_DIR/cmd/radar
export WORKER_ROOT=$ROOT_DIR/cmd/worker
export SQLC_ROOT=$ROOT_DIR/internal/db
export MIGRATE_ROOT=$ROOT_DIR/internal/migrate
# Setup Build Outputs
export RADAR_OUT=$RADAR_ROOT/build/app.wasm