How to create a Rest api with an existing MySQL database

I am a student working on a school project that will create a REST api for student info, class info, and what classes the student is taking. I already have the database set up using MySQL and I am currently using eclipse, spring boot, MySQL, and gradle.

What are some of the ways I can approach this? Any response is much appreciated.