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
Minimal watchlist app (Node.js + Express + MariaDB) with a small frontend.
Install Node.js (v16+) and MariaDB.
Create the database and table:
Using the MySQL/MariaDB client:
mysql -u root -p < migrations/init.sql