Sk1-exam/frontend
Gigi Saji 260b60622f Initial commit: Expense Tracker on Oracle Cloud (sk1 exam)
Public-cloud deployment of a single-user expense tracker:
- 4-container stack: Caddy (HTTPS via Let's Encrypt), nginx (React/Vite SPA), Express API, Postgres 16
- Repeatable deployment via prepare-app.sh using only OCI CLI (no web console)
- Persistent Postgres volume, auto-restart policies, healthchecks, backup + restore scripts
- DuckDNS dynamic DNS for the public hostname; secrets isolated to gitignored .env

Author: Gigi Saji
Live URL: https://savesave.duckdns.org
2026-05-14 12:53:45 +05:30
..
src Initial commit: Expense Tracker on Oracle Cloud (sk1 exam) 2026-05-14 12:53:45 +05:30
Dockerfile Initial commit: Expense Tracker on Oracle Cloud (sk1 exam) 2026-05-14 12:53:45 +05:30
index.html Initial commit: Expense Tracker on Oracle Cloud (sk1 exam) 2026-05-14 12:53:45 +05:30
nginx.conf Initial commit: Expense Tracker on Oracle Cloud (sk1 exam) 2026-05-14 12:53:45 +05:30
package-lock.json Initial commit: Expense Tracker on Oracle Cloud (sk1 exam) 2026-05-14 12:53:45 +05:30
package.json Initial commit: Expense Tracker on Oracle Cloud (sk1 exam) 2026-05-14 12:53:45 +05:30
postcss.config.js Initial commit: Expense Tracker on Oracle Cloud (sk1 exam) 2026-05-14 12:53:45 +05:30
tailwind.config.js Initial commit: Expense Tracker on Oracle Cloud (sk1 exam) 2026-05-14 12:53:45 +05:30
tsconfig.json Initial commit: Expense Tracker on Oracle Cloud (sk1 exam) 2026-05-14 12:53:45 +05:30
vite.config.ts Initial commit: Expense Tracker on Oracle Cloud (sk1 exam) 2026-05-14 12:53:45 +05:30