m
This commit is contained in:
@@ -1,13 +1,18 @@
|
|||||||
Backend startup quickstarat:
|
Backend startup quickstarat:
|
||||||
|
-----------------------------> BEST
|
||||||
## 1. brew services start postgresql@15
|
## 1. brew services start postgresql@15
|
||||||
|
|
||||||
OR
|
OR
|
||||||
|
|
||||||
/opt/homebrew/opt/postgresql@15/bin/pg_ctl -D /opt/homebrew/var/postgresql@15 start
|
/opt/homebrew/opt/postgresql@15/bin/pg_ctl -D /opt/homebrew/var/postgresql@15 start
|
||||||
|
|
||||||
## 2. From the backend directory, you have a few options:
|
## 2. ALLIN ONE:
|
||||||
|
Make dev-all — Runs both the API and poller concurrently.
|
||||||
|
-----------------------------> BEST
|
||||||
|
|
||||||
|
- OR -
|
||||||
|
|
||||||
|
|
||||||
## 3. Option 1: Single command (both API + poller)
|
## 3. Option 1: Single command (both API + poller)
|
||||||
cd /Users/kjannette/workspace/koin_ping_0.2.0/backendmake dev-all
|
cd /Users/kjannette/workspace/koin_ping_0.2.0/backendmake dev-all
|
||||||
|
|
||||||
@@ -25,5 +30,3 @@ Backend startup quickstarat:
|
|||||||
make poller — Builds and runs the poller.
|
make poller — Builds and runs the poller.
|
||||||
make poller-dev — Runs the poller with auto-reload.
|
make poller-dev — Runs the poller with auto-reload.
|
||||||
|
|
||||||
## 6. ALLIN ONE:
|
|
||||||
Make dev-all — Runs both the API and poller concurrently.
|
|
||||||
BIN
memberships.pdf
Normal file
BIN
memberships.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user