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
+8
View File
@@ -0,0 +1,8 @@
# CHANGELOG
## 1.0.0 (2026-05-24)
- Eerste commit — Express API voor Padel Planner
- SQLite database met players, matches, scores
- REST endpoints: /players, /matches, /scores
- PIN authenticatie voor spelers