Migrate application from Node.js to Flask, removing Node dependencies and adding Flask requirements. Foregoing the Google Form for a simpler MVP using a simple HTML form and SQLite db

This commit is contained in:
2025-04-01 16:55:34 -06:00
parent be54d04114
commit e7b1560447
12 changed files with 86 additions and 941 deletions

6
.gitignore vendored
View File

@@ -1,6 +0,0 @@
# Node modules
node_modules/
# Environment files or credentials
.env
credentials.json