Skip to content

aaimeraud/moviematcherdotcom

Repository files navigation

Deploy with Vercel

moviematcher.com

Running Locally

Requirements

Quick Start

$ git clone https://github.com/aaimeraud/moviematcherdotcom

$ cd moviematcherdotcom

Then create a .env file at the root of the folder and add your TMDB API Read Access Token and Supabase keys

VITE_TMDB_API_KEY="Paste your API Read Access Token here"
VITE_SUPABASE_URL=<SUBSTITUTE_SUPABASE_URL>
VITE_SUPABASE_PUBLISHABLE_KEY=<SUBSTITUTE_SUPABASE_PUBLISHABLE_KEY>

And then install the dependencies and start the server

$ npm install # Installs the necessary dependencies mentionned in the package.json

$ npm run dev # Starts the server at localhost:5173

About

🎥 A Tinder-like React app for movies, using the TMDB API and Motion

Topics

Resources

Contributing

Stars

Watchers

Forks

Contributors