Hello! Nice to see you here, let me show you how my netflix version works
Keep reading
First of all, you must register on the following pages:
OMDBApi - Required for films key
SupaBase - Required for authentication
- Install the deps
yarn install- Add the environment variables on
.envfile
SUPABASE_URL=<SUPABASE_URL>
SUPABASE_KEY=<SUPABASE_KEY>
OMDB_KEY=<OMDB_API_KEY>Get params HERE
<SUPABASE_URL> - Project URL
<SUPABASE_KEY> - anon public
<OMDB_KEY>- OMDB Key from email verification
- Run the app
yarn run dev- Just run
yarn testAll components was made with component and type validation
- NuxtJS
- Nuxt Icon
- Sass
- Vuetify
- kevinmarrec/nuxt-pwa
- Vite Plugin Vuetify
- Supabase
- Vitest
- Lodash
- Pinia
