BE: Display Leaderboard
Made changes to the following files: ProfileController, UserController, UserRepository, UserREpositoryImpl, User, ProfileService in order to display top 50 users based on the score. Also modified the User class to include the score and another constructor in order to maintain the past functionalities. --might change the SQL query if a stored procedure is considered needed