Files
What-to-watch/README.md
2026-02-09 11:24:43 +01:00

12 lines
262 B
Markdown

# 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