Daggerpov / Spawn-App-Back-End

Back-end REST API for the Spawn mobile app, written in Java Spring Boot, and connected to a MySQL database.
Other
2 stars 0 forks source link

Db models #41

Closed evannawfal closed 8 hours ago

evannawfal commented 1 day ago

Created the models for all of the tables from the ERD. I had to change some files that interact with these models so let me know if you see anything that looks fishy

Daggerpov commented 1 day ago

Hey Evan, since you’ve removed the mock models, could you bring the models out of their nested folders? E.g. instead of /Models/Event/Event.java, it can just be /Models/Event.Java now

Will review the rest when I get back.

And please make sure building still works (imports for these models should be adjusted automatically by IntelliJ)