Commit graph

3 commits

Author SHA1 Message Date
clucraft
5263ac93a9 Add database initialization script
- Add database/init.sql with schema
- Mount init.sql in docker-compose for auto-initialization
- PostgreSQL will run this on first startup

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 14:14:00 -05:00
clucraft
324d47d8b1 Update docker-compose to use GitHub Container Registry images
Images:
- ghcr.io/clucraft/priceghost-backend:latest
- ghcr.io/clucraft/priceghost-frontend:latest

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 14:03:54 -05:00
clucraft
10660e5626 Initial commit: PriceGhost price tracking application
Full-stack application for tracking product prices:
- Backend: Node.js + Express + TypeScript
- Frontend: React + Vite + TypeScript
- Database: PostgreSQL
- Price scraping with Cheerio
- JWT authentication
- Background price checking with node-cron
- Price history charts with Recharts
- Docker support with docker-compose

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 13:58:13 -05:00