Casino Gaming Application with Admin and User Controls
This project contains total 3 applications:
- Admin Panel
- Casino API
- Roulette Playing Application
- Register New User
- Show User List
- Filter users based on user input like Customer Name, Phone Number, Customer Email ID.
VIEWS
- Validate User API
- Game Playing API
Validate User API This request is made by the Roulette Game to validate the user playing the Game using URL: /validate/validateUser/customerID .
Game Playing API This request is made by the Roulette Game to calculate the result of the Game using URL: /play/playGame/customerID/blockedAmount/numberChosen .
This project was generated with Angular CLI version 8.3.17.
VIEWS
Run ng serve
for a developmen server. Navigate to https://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.