Skip to content

Lucneonct/fakeflix

Repository files navigation

Fakeflix - A fake netflix copy

Hello! Nice to see you here, let me show you how my netflix version works

Keep reading

Demo Here

Online Demo

How to use

First of all, you must register on the following pages:

OMDBApi - Required for films key
SupaBase - Required for authentication

Run the app

  1. Install the deps
yarn install
  1. Add the environment variables on .env file
SUPABASE_URL=<SUPABASE_URL>
SUPABASE_KEY=<SUPABASE_KEY>
OMDB_KEY=<OMDB_API_KEY>

SUPABASE

Get params HERE
<SUPABASE_URL> - Project URL
<SUPABASE_KEY> - anon public

OMDB

<OMDB_KEY>- OMDB Key from email verification

  1. Run the app
yarn run dev

Run essential tests

  1. Just run
yarn test

All components was made with component and type validation

Stuff used

  • NuxtJS
  • Nuxt Icon
  • Sass
  • Vuetify
  • kevinmarrec/nuxt-pwa
  • Vite Plugin Vuetify
  • Supabase
  • Vitest
  • Lodash
  • Pinia

About

A fake copy of netflix using OMDBApi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors