EntertainEase is the movie database application that provides us with trending,top-rated, and popular movies and TV shows in detail with their genres. Here we can also search the movies and TV shows to see their casts and trailers.
EntertainEase is built using the following technologies:
- Frontend: React.js
To install and run EntertainEase locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yash7488/EntertainEase.git
-
Navigate to the cloned repository:
cd EntertainEase
-
Install the dependencies for the frontend:
npm install
EntertainEase requires configuration for various services. Here are the steps to set up the required configuration:
-
Open the
EntertainEase
directory. -
Create a
.env
file in this directory. -
Set the following environment variables in the
.env
file:VITE_APP_TMDB_TOKEN
: The TMBD token.
-
Save the
.env
file.
After completing the configuration steps, you can now run EntertainEase locally.
- Start the frontend development server:
cd EntertainEase npm run dev
- Access EntertainEase in your browser at
http://localhost:3000
.