You can view a sample deployed website here: http://moviebrowser.codered.cloud/
-
To run you need to registed an account in TMDB and secure an API Key.
-
Once you have it, create a .env folder in the root directory and add:
-
VITE_API_KEY=(YourAPIKey)
-
npm run dev