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

262 B

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:

    mysql -u root -p < migrations/init.sql