Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:44:58 +00:00
c459057923 feat: add auth routes placeholder file
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:44:53 +00:00
eaf8c00378 feat: add routes index file with auth routes registration
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:41:36 +00:00
64003b599a feat(auth): add auth dependencies
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:41:15 +00:00
68e21cc271 feat(auth): add unit tests for AuthService
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 05:41:00 +00:00
ca6fb783c7 feat(auth): add authPlugin.ts
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