342492e74d99b2464ea8cd2b2d961f2b77cde7dc
WhatToWatch
Minimal watchlist app (Node.js + Express + MariaDB) with a small frontend.
Setup
-
Install Node.js (v16+) and MariaDB.
-
Create the database and table:
Using the MySQL/MariaDB client:
mysql -u root -p < migrations/init.sql
Description