This commit is contained in:
KS Jannette
2026-03-28 10:31:14 -04:00
parent 69a2112df9
commit 288092e4b4
3 changed files with 4 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
Start DB:
Backend startup quickstarat:
## 1. brew services start postgresql@15
@@ -19,7 +19,8 @@ Start DB:
make dev — Runs the API server with auto-reload via air (falls back to go run if air isn't installed).
## 5. Terminal 2 (Poller):
cd /Users/kjannette/workspace/koin_ping_0.2.0/backend go run ./cmd/poller
cd /Users/kjannette/workspace/koin_ping_0.2.0/backend
go run ./cmd/poller
make poller — Builds and runs the poller.
make poller-dev — Runs the poller with auto-reload.