Movie Info Website
Movie DB (Moodflix) is a dynamic movie information platform designed to help beginners learn React.js through a real-world project. Leveraging React.js for a fast and interactive UI, Appwrite for a robust backend and trending algorithm, and Tailwind CSS for sleek, responsive styling, Moodflix lets users explore detailed movie data, search titles, and view trending picks in a modern interface.
git clone https://github.com/PathumSandeepa/Movie-DB.git
cd Movie-DB
npm install
Create a .env.local
file in the root directory with the following content:
VITE_TMDB_API_KEY=***********************
VITE_APPWRITE_PROJECT_ID=***********************
VITE_APPWRITE_DATABASE_ID=***********************
VITE_APPWRITE_COLLECTION_ID=***********************
VITE_TMDB_API_KEY
VITE_TMDB_API_KEY
.VITE_APPWRITE_PROJECT_ID
.VITE_APPWRITE_DATABASE_ID
.VITE_APPWRITE_COLLECTION_ID
.Add these attributes in your Appwrite collection to support search tracking and poster display:
After configuration, start the development server:
npm run dev
This project has no license.