sanger96 / Happenings_Team-5_UTD_Senior_Design_Project

UTD Senior Design Project; Group Members: Gaurav Sanger, Jonathan Lam, Robert Dohm, Landin Kasti, Charles Eaton
3 stars 0 forks source link

Club Class in Backend #20

Closed rwdohm83 closed 6 months ago

rwdohm83 commented 6 months ago

Creating the class for a Club. A Club class has a relationship with an UserAccount under the leaderID foreign key. Association annotations must be used when implementing this class (See this Spring-boot Resources tab in Discord for understanding relationship implementations)

rwdohm83 commented 6 months ago

Created Club class in spring boot backend