HibyteIntern / internal-betting-be

Internal Hibyte betting platform back end
0 stars 0 forks source link

Bet templates CRUD #7 #11

Closed DanceaRadu closed 6 months ago

DanceaRadu commented 7 months ago

Added 2 new entities and the CRUD operations for them: BetTemplate and BetType. Added a DTO for transferring the entire information about a bet (BetType and BetTemplate combined): CompleteBetType. Added exceptions folder for custom exception types and the @ControllerAdvice for them.