Date: 1st April 2022
Sprint-3.mp4
testing.mp4
Sprint3_Postman.mp4
- 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
- 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