Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:40:46 +00:00
57be3afcf8 feat(auth): add AuthService.ts
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:38:27 +00:00
ce1cb72d41 feat(database): add better-sqlite3 dependency
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:38:10 +00:00
13a2ccf4e6 feat(database): add database unit tests
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:37:41 +00:00
abe92e58a0 feat(database): add index.ts with factory function
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:37:34 +00:00
f9bcbb1f9c feat(database): add migrations.ts with migration framework
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:37:07 +00:00
ad45ed3b4f feat(database): add SqliteAdapter.ts with SQLite implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:35:21 +00:00
f1c8b8ea81 feat(database): add DatabaseInterface.ts with abstract class for CRUD operations
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:34:50 +00:00
29261fb0f2 feat(database): add schema.sql with all database tables and indexes
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:07:02 +00:00
14588be219 feat: update root README.md with project overview and setup instructions
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:06:51 +00:00
4b9e36a5d6 feat: update root .gitignore with specified patterns
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:06:40 +00:00
a4bd632f99 feat: update root docker-compose.yml with cad-backend and cad-frontend services
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:06:27 +00:00
04c236f9e3 feat: update backend Dockerfile for Node.js app
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:06:14 +00:00
52af9a7808 feat: update backend src/index.ts with basic Fastify server
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:06:03 +00:00
fcc0c06ec7 feat: update backend tsconfig.json with strict mode
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:05:49 +00:00
bcca9479bb feat: update backend package.json with correct dependencies
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:05:32 +00:00
65b4305f37 feat: update frontend Dockerfile with multi-stage build
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:05:19 +00:00
e7286fa5ac feat: update frontend src/App.tsx with basic placeholder
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:05:08 +00:00
655820faf1 feat: update frontend vite.config.ts with React plugin
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:04:59 +00:00
437cf510c7 feat: update frontend tsconfig.json with strict mode
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 00:04:38 +00:00
d9437df260 feat: update frontend package.json with correct dependencies