Files
KS Jannette 205317c920
Some checks are pending
check / check (push) Waiting to run
update docs
2026-03-01 20:35:08 -05:00
..
2026-03-01 20:32:21 -05:00
2026-02-27 15:07:43 -05:00
2026-02-28 20:02:16 -05:00
2026-03-01 09:40:54 -05:00
2026-03-01 04:31:32 -05:00
2026-03-01 04:31:32 -05:00
2026-02-27 15:07:43 -05:00
2026-03-01 20:35:08 -05:00

Start DB:

brew services start postgresql@15

From the backend-go directory, you have a few options:

Option 1: Single command (both API + poller) cd /Users/kjannette/workspace/koin_ping_0.2.0/backend-gomake dev-all

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