Was corrected the bug in the creation of the User table. The bug was because on the group entity in @ JoinTable. "users" was specified instead of "users_groups"
Also created CRUD operations for User and controller. The folder for exeptions was added , along with two custom exeptions .
Was corrected the bug in the creation of the User table. The bug was because on the group entity in @ JoinTable. "users" was specified instead of "users_groups" Also created CRUD operations for User and controller. The folder for exeptions was added , along with two custom exeptions .