Skip to content

olore/movies-with-friends

Repository files navigation

MovieRex

Get it? like Movie Recs... like Movie Recommendations

Try it out: https://movierex.olore.net


Find Movies & TV Shows

See IMDB & Rotten Tomatoes ratings

What do your friends think?


Project setup

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

Run Development

npm run start:dev

Run Production

Build it with npm run build Run it with

  • Frontend: Host dist/ somewhere (like python -m SimpleHTTPServer 3000)
  • Backend: npm run start

Testing

Visual Regression

  • npm run regression:setup - initial setup of base snapshots
  • npm run regression:run - run visual regression tests
    • right now these are the same as the regular cypress tests!

Future?

Thanks

About

Share your favorite movie suggestions with your friends & family

Resources

Stars

Watchers

Forks