Toni a269f28a43 Add TMDB env vars and rename Docker service
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.
2026-02-09 12:19:49 +01:00
2026-02-09 11:24:43 +01:00
2026-02-09 11:24:43 +01:00
2026-02-09 11:24:43 +01:00
2026-02-09 11:24:43 +01:00
2026-02-09 11:24:43 +01:00
2026-02-09 11:24:43 +01:00
2026-02-09 11:24:43 +01:00
2026-02-09 11:24:43 +01:00
2026-02-09 11:24:43 +01:00
2026-02-09 11:24:43 +01:00
2026-02-09 11:24:43 +01:00
2026-02-09 11:24:43 +01:00

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
    
Description
No description provided
Readme 70 KiB
1.0.0 Latest
2026-02-09 11:55:41 +00:00
Languages
JavaScript 77%
HTML 17%
Dockerfile 6%