Skip to content

piyushrulesyou/CasinoGameApplication

Repository files navigation

Casino-Game-Application

Casino Gaming Application with Admin and User Controls

This project contains total 3 applications:

  • Admin Panel
  • Casino API
  • Roulette Playing Application

Admin Panel

  • Register New User
  • Show User List
  • Filter users based on user input like Customer Name, Phone Number, Customer Email ID.

VIEWS

Home Screen home-screen

Registration Page registration-screen

Successful Registration Page success-registration-screen

User List Page user-list-screen

Admin API

  • 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 .

Roulette Application

This project was generated with Angular CLI version 8.3.17.

VIEWS

Login Screen login-screen

Home Screen home-screen

About Us Screen about_us-screen

Game Playing Screen play-screen

Result Screen result-screen

Game Won won-screen

Game Lost lost-screen

Development server

Run ng serve for a developmen server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

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.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.