initial commit
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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:
|
||||
```bash
|
||||
mysql -u root -p < migrations/init.sql
|
||||
Reference in New Issue
Block a user