Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 941 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 941 Bytes

This project features an online casino including a user system, email confirmation, currency & 3 playable games.

Some preview images



instructions

  • Before starting the program you need to define database details in src/main/resources/application.properties

  • In order to test the mail services you need to install and have maildev running: https://github.com/maildev/maildev

  • In order to test admin privileges you need the admin role, in mysql workbench run: 'UPDATE login_user SET ROLE = 'ADMIN' WHERE id = 1;' note that this requires a reauthentication if you're currently logged in with that account.