Player Service is a lightweight fullstack app built using Spring Boot for the backend and React for the frontend app. Player service backend app serves as a simple way to access player information stored in a `Player.csv` file and makes this data available through a RESTful APIs. These APIs are used by Player Service UI app to show player information.
Player Service App
- Java 17
- Maven
- Spring Boot 3.3.4 (with Spring Web MVC, Spring Data JPA)
- H2 Database
- Docker or Podman
- Ollama4j SDK
- React
- NPM
- Node.js (version 18.20.2)
- Download and install from nodejs.org
- Verify installation:
node --version
- Css
-
Clone this repository or Download the code as zip
-
Set up backend app
- Refer to player-service-backend README for backend app setup instructions.
-
Set up frontend app
- Refer to players-ui-react README for frontend setup instructions.