discrete user accounts
Some checks are pending
check / check (push) Waiting to run

This commit is contained in:
KS Jannette
2026-03-03 19:10:24 -05:00
parent e4e859d051
commit 91336130b9
8 changed files with 248 additions and 65 deletions

View File

@@ -12,4 +12,10 @@ Option 2: Two separate terminals
Terminal 1 (API server):
cd /Users/kjannette/workspace/koin_ping_0.2.0/backend-gogo run ./cmd/api
Terminal 2 (Poller):
cd /Users/kjannette/workspace/koin_ping_0.2.0/backend-gogo run ./cmd/poller
cd /Users/kjannette/workspace/koin_ping_0.2.0/backend-gogo run ./cmd/poller
make run — Builds and runs the API server.
make dev — Runs the API server with auto-reload via air (falls back to go run if air isn't installed).
make poller — Builds and runs the poller.
make poller-dev — Runs the poller with auto-reload.
make dev-all — Runs both the API and poller concurrently.