initial commit

This commit is contained in:
Toni
2026-02-09 11:24:43 +01:00
commit 413f24bc96
15 changed files with 2179 additions and 0 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
# Copy to .env and fill values
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=yourpassword
DB_NAME=whattowatch
PORT=3000