diff --git a/backend/README.md b/backend/README.md index 5b4adac..940937f 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,13 +1,18 @@ Backend startup quickstarat: - +-----------------------------> BEST ## 1. brew services start postgresql@15 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) 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-dev — Runs the poller with auto-reload. -## 6. ALLIN ONE: - Make dev-all — Runs both the API and poller concurrently. \ No newline at end of file diff --git a/memberships.pdf b/memberships.pdf new file mode 100644 index 0000000..dfdef36 Binary files /dev/null and b/memberships.pdf differ