Skip to content

Releases: GradHackersGuild/CSC-510-Movie-Mood

v1.0

26 Nov 04:51

Choose a tag to compare

Initial Release

New Features

1. Database hosted on Render
- Migrated from local database instance to one hosted on Render.

2. Watchlists:
- Users can now add trending and recommended movies to a watchlist which can be accessed anytime.
- Users can view watchlists created by others and clone them to their profiles to modify the list.

3. Embedded Movie Trailers:
- Users can now watch the trailers of the recommended movies on the website.


Bug Fixes:

1. User login: Incorrect methods of storing hashed passwords in database provided problems on user login and account creation. The invalid salt error has now been fixed.