413f24bc96ac4d0c84f78622fa3688bf8c28fa82
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