mirror of
https://github.com/clucraft/PriceGhost.git
synced 2026-07-14 16:32:14 +02:00
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>
This commit is contained in:
commit
10660e5626
44 changed files with 3662 additions and 0 deletions
1
frontend/src/hooks/useAuth.ts
Normal file
1
frontend/src/hooks/useAuth.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { useAuth } from '../context/AuthContext';
|
||||
Loading…
Add table
Add a link
Reference in a new issue