This project a real-time roulette game. It uses Angular for the client and NestJS for the server.
Follow these steps to start the application:
Start the Backend (NestJS) :
cd src/nestjs_server
npm install
npm run start:dev
The server will start on http://localhost:3000.
Start the Frontend (Angular) :
cd src/angular-client
npm install
npm run start
The client will start on http://localhost:4200.