This is the frontend part of the Videoflix project, a Netflix clone for streaming videos.
-
Clone the Frontend and Backend Projects
- Clone this frontend project.
- Clone the backend project as well (find the backend here).
-
Setup and Start the Backend
- Follow the instructions in the backend project's README (available here) to set up and start the backend server.
-
Install Dependencies
- Navigate to the project root and install all dependencies:
npm install
- Navigate to the project root and install all dependencies:
-
Start the Frontend
- Start the live server using Angular CLI:
ng serve --open
- This will open Videoflix in your browser and connect to the backend if it's running correctly.
- Start the live server using Angular CLI:
-
Create a User and Verify Email
- Sign up as a new user.
- Verify your email address as prompted.
- Enjoy Videoflix!
You have successfully set up Videoflix with a frontend and backend running locally. Feel free to explore, modify, and expand the project. Have fun!