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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# WhatToWatch
Minimal watchlist app (Node.js + Express + MariaDB) with a small frontend.
## Setup
1. Install Node.js (v16+) and MariaDB.
2. Create the database and table:
Using the MySQL/MariaDB client:
```bash
mysql -u root -p < migrations/init.sql