This project is a football team management application that allows you to manage information about players, teams, and matches. The backend is built with Spring Boot, and the frontend uses Angular with Ionic.
Make sure you have the following installed before getting started:
- Java
- Eclipse IDE
- Node.js
- Angular CLI
- Ionic CLI
- Spring Boot
- Clone the backend repository.
- Open the project in Eclipse.
- Run the Spring Boot application.
- Clone the frontend repository.
- Open a terminal in the project folder.
- Run the following commands:
npm install -g @angular/cli
npm install -g @ionic/cli
npm install
ionic serveThe application allows you to perform the following actions:
Manage Players: Add, edit, and delete players. Manage Teams: Add, edit, and delete teams. Manage Matches: Record matches with team details and dates.
Players, teams, and matches management. User-friendly user interface with Ionic. Communication between frontend and backend via RESTful APIs. Technologies Used Spring Boot Angular Ionic Java HTML CSS TypeScript
If you want to contribute to this project, follow these steps:
Fork the repository. Create a new branch for your contribution. Make your changes and create a pull request. Wait for your contribution to be reviewed and approved.