An entertainment app built with React that simplifies your search for the perfect movie or TV show. It streamlines the process by helping you identify your target audience, making it easier to find content that resonates with you.
- User Accounts: Create an account to personalize your experience and track your viewing preferences.
- Search Functionality: Search for movies and TV shows by title updating as the user types.
- Filtering by Audience: Apply filters (accessible through the navbar) based on TV series, movies and bookmarked feature allowing you to discover content tailored to your interests.
- Node.js (version 14 or later recommended)
- npm (Node Package Manager)
- React
- React Router
- CSS
git clone https://github.com/grammerjam/team-colour-coders.git
cd P1/Frontend/entertainment-app
npm install
npm run start
To ensure the application can connect to the remote MySQL database, please follow these steps:
-
Copy the .env.example File: Create a copy of the
.env.example
file in the root directory of theBackend
folder and name it.env
.cp .env.example .env
-
Edit the .env File: Open the .env file and replace the placeholder values with the actual database credentials provided by the Aiven service.
Powered by Grammerhub