/CasinoRoyale

Backend Admin panel for Casino Royale Project. Made using Spring Boot, JSP and SQL

Primary LanguageJavaMIT LicenseMIT

Casino Royale

This is backend tier of Casino Royale application. The application exposes REST API to do CRUD operations on a user and also displays a web page made using JSP. This project was part of training at Nagarro.

Live Demo

Live Demo is hosted using Heroku
The demo utilizes MySql server hosted by GearHost

Development server

Clone the repo according to choice of database.
MySql automatically creates a database if it is not found. In case of MS SQL, create a database name 'springbootdb'.
Modify application.properties to set username, password and db name of choice.
Run mvn spring-boot:run for a dev server. Navigate to http://localhost:8080/.

Built With  ❤️  using

License

This project is licensed under the MIT License - see the LICENSE.md file for details