Skip to content

mohan-277/engine-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cricket Stat - Game Engine Service

Project Overview

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.

Table of Contents

Setup Instructions

  1. Clone the Repository

    git clone https://github.com/mohan-277/engine-service.git
    cd cricket-stat-game-engine-service
    

Setup Instructions

  1. Ensure Java 17 or Higher

    Make sure you have Java 11 or higher installed on your machine.

    1. Install Dependencies

      Use Maven to install the required dependencies:

      mvn install
      

Run the Application

To start the application, use the following command:

mvn spring-boot:run

Access the Application

Once the application is running, you can access it at the following URL:

[http://localhost:8080](http://localhost:8080)

API Documentation

For detailed API documentation, including endpoints, request/response formats, and examples, please refer to the following link:

API Documentation

Testing

Running Tests

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages