a269f28a43a9fc0d75e3bf249fd778ec5faa3eeb
Add TMDB_API_KEY and TMDB_API_TOKEN to .env.example to document required TMDB credentials. Rename the Docker Compose service from `server` to `what-to-watch` in compose.yaml to align the service name with the project; also remove an extra trailing blank line.
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