Initial commit: Padel Planner API

- Express API server met SQLite
- Database migratie (migrate.cjs)
- REST endpoints voor players, matches, scores
- CHANGELOG.md en .gitignore
This commit is contained in:
root
2026-05-24 20:25:54 +00:00
commit da64562eb4
7 changed files with 1289 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
node_modules/
.env
*.log
npm-debug.log*
.DS_Store