The Cricket Stat Game Engine Service is a backend application that provides functionality for managing cricket matches, teams, and player profiles. This service is part of the Cricket Stat application and handles match scheduling, player profile management, and team information.
- Project Overview
- Setup Instructions
- Run the Application
- Access the Application
- API Documentation
- Testing
-
Clone the Repository
git clone https://github.com/mohan-277/engine-service.git cd cricket-stat-game-engine-service
-
Ensure Java 17 or Higher
Make sure you have Java 11 or higher installed on your machine.
-
Install Dependencies
Use Maven to install the required dependencies:
mvn install
-
To start the application, use the following command:
mvn spring-boot:run
Once the application is running, you can access it at the following URL:
[http://localhost:8080](http://localhost:8080)
For detailed API documentation, including endpoints, request/response formats, and examples, please refer to the following link:
To ensure the application is working as expected, you can run the unit and integration tests using Maven. To execute the tests, use the following command:
mvn test