Get it? like Movie Recs... like Movie Recommendations
Try it out: https://movierex.olore.net
npm install
Get a key from https://www.omdbapi.com/
Create a .env
file with
API_KEY=omdb_api_key
DB_FILE_PATH=/path/for/dbs
npm run start:dev
Build it with npm run build
Run it with
dist/
somewhere (like python -m SimpleHTTPServer 3000
)npm run start
Visual Regression
npm run regression:setup
- initial setup of base snapshotsnpm run regression:run
- run visual regression tests