Skip to content

Intuit-A4A/fullstack-react-python-player-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚾ Player Service App

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.

✨ Introduction

Player Service App

Screenshot 2024-10-29 at 11 00 29 PM

👨‍💻 Tech stack

Backend

Frontend

  • React
  • NPM
  • Node.js (version 18.20.2)
    • Download and install from nodejs.org
    • Verify installation: node --version
  • Css

🔨 Installation

  1. Clone this repository or Download the code as zip

  2. Set up backend app

  3. Set up frontend app