feat: implement backend API with models and seed data for OctoFit application

This commit is contained in:
2026-06-20 01:49:15 +00:00
parent 39ef098873
commit f8c4a57e78
17 changed files with 669 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@
"target": "ES2020",
"module": "Node16",
"moduleResolution": "Node16",
"types": ["node"],
"outDir": "dist",
"rootDir": "src",
"strict": true,