Lukas Davidovic 860070a302 migrate from SQLite to PostgreSQL with Drizzle ORM
- Updated all packages to latest versions (React 19, Next.js 14.2.32)
- Replaced sqlite3 with pg and drizzle-orm dependencies
- Created complete PostgreSQL schema with relationships and indexes
- Migrated all API endpoints from SQLite to Drizzle queries
- Added database seeding with sample data
- Updated authentication to use bcrypt instead of pbkdf2
- Configured connection pooling for PostgreSQL
- Updated app version to 1.0.0
- All endpoints tested and working correctly
2025-09-06 12:56:33 +02:00
2023-05-08 18:52:45 +02:00
2023-04-15 14:37:12 +02:00
2023-08-27 21:14:28 +02:00
2024-07-02 16:08:55 +02:00
2024-02-21 14:45:33 +01:00

Infohliadka

Platforma na identifikáciu a monitorovanie problematických webových zdrojov.

Funkcie

  • URL kontrola API
  • Admin panel pre správu zdrojov
  • Hlásenia od používateľov
  • Verejné štatistiky
  • Kategorizácia obsahu

Spustenie

npm install
npm run dev
Description
No description provided
Readme 320 KiB
Languages
TypeScript 98.1%
JavaScript 1.4%
CSS 0.5%