Basic Casino Backend implementation
- Java 1.8
- Gradle 4+
- execute ".\gradlew.bat build" from application directory to build required source files
- execute ".\gradlew.bat bootRun" from application directory to start webserver
- Dagacube
| Method | Path | Info |
|---|---|---|
| GET | /user/{id}/balance | view users current balance |
| POST | /user/{id}/wager | submit wager for user if promo code is recieved will update user freeGameCount value to reflect |
| POST | /user/{id}/deposit | submit winnings to user profile |
- Casino
Craig Atwood
- 1.0
- Initial Release
This project is licensed under the [GNU GENERAL PUBLIC LICENSE] License - see the LICENSE file for details
