feat: initial release of Quick API

Express server that automatically generates REST endpoints from JSON files.
This commit is contained in:
MasterAcnolo
2026-05-30 23:20:25 +02:00
commit 1a5a7fa7e1
19 changed files with 2040 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/node_modules
/data/**.json