Databases Music - yajatyadav/intellijs GitHub Wiki

Spotify API for Calming Music

  • Provides relaxing music to help with college applications
  • Using Rapid API to retrieve data of Nature Sounds
  • Uses randomization to give new song every time

College Database

  • Working database with CRUD functionality
  • Java object contains an generated id, college name (String), and deadline (Date)
  • CollegeSQL contains methods for create, read, update, and delete (save(), listAll(), delete(), etc.)
  • Use thymeleaf (th:each and th:text) to create a table displaying all the college info

  • Can add on by connecting the database to other aspects:
  • Updating images to the slideshow as colleges are added/removed
  • Using a College API to fetch the different deadline dates for a user's colleges in the database and populating the calendar using this info
  • These additions will make the website more integrated, as important action items specific to the user will be displayed on the frontpage