Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.49 KB

Sprint3.md

File metadata and controls

47 lines (25 loc) · 1.49 KB

What2Watch - The Movie Recommendation Platform

Sprint 3


Date: 1st April 2022

A Demo of the What2Watch Platform

Sprint-3.mp4

A Demo of the What2Watch Platform Front-end Testing

testing.mp4

A Demo of the What2Watch Platform Back-end using Postman

Sprint3_Postman.mp4

Tasks accomplished in Sprint 3


Tasks Accomplished in the Front-end

  • Displayed the movie name and movie details based on user's answers.
  • Showed the embedded youtube video for the movie trailer.
  • Added the functionality for logout and displayed current username.
  • Displayed Watchlist option and Watch history option for user's logged in.
  • Did the cypress end to end testing for login and register functionality

Tasks Accomplished in the Back-end

  • Created addWatchLater and addWatchHistory API to add movies to these two categories for a particular user.
  • Created getWatchLater and getWatchHistory API to get the data that has been added by the addWatchLater and addWatchHistory, this is based on username the backend recieves from the frontend.
  • Tested the newly designed API using Postman.
  • Unit Testing for backend API's
  • API documentation for the newly created API's