12 lines
262 B
Markdown
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 |