Initial commit: lightweight form capture microservice

This commit is contained in:
Krishna Kumar
2026-02-04 10:24:06 -06:00
commit e46c1c7063
4 changed files with 317 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
node_modules/
data/
*.db
*.db-journal
.env
.DS_Store