Skip to content
/ FilmFront Public

Movie site made using TMDb API that allows users to search new movies and actors, create lists and answer trivia questions.

Notifications You must be signed in to change notification settings

mtlh/FilmFront

Repository files navigation

FilmFront

Thumbnail Image

About

Movie site made using TMDb API that allows users to search new movies, tv shows and actors, create lists and answer trivia questions.

Demo

This project is deployed directly onto Vercel. filmfront.vercel.app

Technologies

  • TailwindCSS
  • Typescript
  • React
  • NextJS
  • Supabase
  • Vercel (hosting)

How to deploy locally

Follow the steps below:

  1. Download code from this repository.
  2. Install every dependency.
npm install
  1. Create api keys from the following sources:

    1. Supabase
  2. Get all required keys setup in a .env file.

SUPABASE_URL='https://supabaseurl.supabase.co'
BASE_URL='http://localhost:3000/'
SUPABASE_ANON_KEY='supbaseanonkey'
TMDB_APIKEY='apikey'

The BASE_URL must be configured based on which port you are using, when creating a hosted version this must be update to be the final url eg. https://filmfront.vercel.app/

  1. Run locally
 npm run dev
  1. Enjoy!

About

Movie site made using TMDb API that allows users to search new movies and actors, create lists and answer trivia questions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages