IEEE-RVCE / GateKeeper

Hierarchical document review system
https://gate.ieee-rvce.org
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Added Entities #5

Closed SundarakrishnanN closed 7 months ago

SundarakrishnanN commented 7 months ago

Added entities for all tables, tried added a few crud functions just for learning purposes, those classes can be ignored for now, only partially implemented, however the entities are fully implemented!

chrisvrose commented 7 months ago

Additionally, you may need to keep the Entity and controller package within org.ieeervce.gatekeeper. This is a requirement since GateKeeperApplication is in that package.

SundarakrishnanN commented 7 months ago

Looks good with few minor changes.

Did you get to start the application?

Will make the necessary changes and get back to you,thank you! i did start the application,but didnt try any of the crud functions...was a little confused initially about accessing the sql through docker,have looked up abt it now tho.

chrisvrose commented 7 months ago

Thanks. Will take a look later in the day today