/CasinoRoyaleClient

Client Code for Casino Royale project. Made using Spring Boot and Angular.

Primary LanguageJava

CasinoRoyaleClient

This is frontend client side tier of Casino Royale application. The application exposes REST API to do CRUD operations on a user, contains the game logic and serve a angular based web page made to client. This project was part of training at Nagarro.

Live Demo

Live Demo is hosted using Heroku

Development server

Clone the repo or download the zip file.
Modify application.properties to change port if required. Default port is 4200
The backend server must be running at http://localhost:8080.
Make changes to API_URL inside the Constants file incase server is running at different address. Run mvn spring-boot:run for a dev server. Navigate to http://localhost:4200/.

Built With  ❤️  using

License

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