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

- Python 3
- Flask
- sqllite3
- Docker or Podman
- Ollama Python 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.