Intial Version

This commit is contained in:
2025-12-03 18:00:10 -05:00
parent 43c4227da7
commit 0b86c88eb4
55 changed files with 8938 additions and 0 deletions

12
backend/.dockerignore Normal file
View File

@@ -0,0 +1,12 @@
node_modules
dist
.env
.env.local
*.log
.DS_Store
coverage
.vscode
.idea
npm-debug.log*
yarn-debug.log*
yarn-error.log*