Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 884 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 884 Bytes

Popularity & location-based entertainment recommendation system

Users can view and favorite activities based on their location & popularity; System recommends activities based on user information

Demo

  • Proposed Tomcat server for JSP and Servlet container; Deployed web services and databases to Amazon EC2
  • Realized the functions of activity search, favorite, recommendation and history by RPC protocol
  • Obtained detailed information on global entertainment activities by TicketMaster API
  • Recommendation Algorithm: sorted by popularity & distance, removes user’s favorite and viewed activities
  • Stored info requested by users from TicketMasterAPI, user-favorited activities in MySQL (MAMP: local debugging)
  • Handled asynchronous requests by AJAX
  • Performed unit testing with JUnit 5