To run the program, please use the following commands:
Change directory to movies-backend folder and run the backend,
after configuring your database.Change directory to movies-frontend folder to run the frontend,
and run `npm install` to install all the dependencies.Configure your environment variables📝 Features
- User can view a list of movies
- User can Search for a movie, and view the details of the movie selected from the search results using debouncing search.
- User can view the details of a movie
- User can view the trailers of a movie
- User can view the revenue of a movie
- User can view the release date of a movie
- User can view the cast of a movie
- User can view the reviews of a movie
- User can interace with a cool slider, to slide between reviews and top 5 rated movies
- User can view the top rated movies
- User can visit related links, contact us on discord for any questions or suggestions
User Story 1:
- As a user, I want to view a list of movies, so that I can find a movie I am interested in.
Acceptance Criteria:
- [x] User can view a list of movies, and select a movie to view the details of the movie.
- [x] User can interace with a cool slider, to slide between reviews and top 5 rated movies
- [x] User can visit related links, contact us on discord for any questions or suggestionsUser Story 2:
As a user, I want to view the details of a movie, so that I can learn more about it.
Acceptance Criteria:
- [x] User can view the details of a movie
- [x] User can view the trailers of a movie
- [x] User can view the revenue of a movie
- [x] User can view the release date of a movie
- [x] User can view the cast of a movie
- [x] User can view the reviews of a movie, and interace with a cool slider, to slide between reviewsUser Story 3:
As a user, can search for a movie, so that I can find a movie I am interested in.
Acceptance Criteria:
- [x] User can Search for a movie, and view the details of the movie selected from the search results using debouncing search.User Story 4:
As a user, I want to view the top rated movies, so that I can find a movie I am interested in.
Acceptance Criteria:
- [x] User can view the top rated moviesUser Story 5:
As a user, I want to view the top rated tv shows, so that I can find a show I am interested in.
Acceptance Criteria:
- [x] User can view the top rated tv showsUser Story 6:
As a user, I want to download a movie, so that I can watch it later.
Acceptance Criteria:
- [x] User can download a movieUser Story 7:
As a user, I want to download a tv show, so that I can watch it later.
Acceptance Criteria:
- [x] User can download a tv showUser Story 8:
As a user, I want to add a movie to my watchlist, so that I can watch it later.
Acceptance Criteria:
- [x] User can add a movie to my watchlistUser Story 9:
As a user, I want to add a tv show to my watchlist, so that I can watch it later.
Acceptance Criteria:
- [x] User can add a tv show to my watchlistUser Story 10:
As a user, I want to get notified when a movie is released, so that I can watch it later.
Acceptance Criteria:
- [x] User can get notified when a movie is releasedUser Story 11:
As a user, I want to use the application on my phone.
Acceptance Criteria:
- [x] User can use the application on my phone