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
- Frontend: Host
dist/
somewhere (likepython -m SimpleHTTPServer 3000
) - Backend:
npm run start
Visual Regression
npm run regression:setup
- initial setup of base snapshotsnpm run regression:run
- run visual regression tests- right now these are the same as the regular cypress tests!
- More data - https://www.imdb.com/interfaces/
- Magic Login - https://magic.link/home
- More data - https://www.guidebox.com/register
- Horizontal Scrolling - https://github.com/Akryum/vue-virtual-scroller
- VueJS JavaScript framework
- Vuetify component framework
- Fastify.io Node.js server side framework (no express!)
- Open Movie Data Base API
- NeDB in memory/file based document store
- Google Signin Button "inspiration"
- Infinite Loader component
- Favicon