Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Football Team Management Project

Description

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.

Table of Contents

Prerequisites

Make sure you have the following installed before getting started:

  • Java
  • Eclipse IDE
  • Node.js
  • Angular CLI
  • Ionic CLI
  • Spring Boot

Installation

Backend (Spring Boot)

  1. Clone the backend repository.
  2. Open the project in Eclipse.
  3. Run the Spring Boot application.

Frontend (Angular with Ionic)

  1. Clone the frontend repository.
  2. Open a terminal in the project folder.
  3. Run the following commands:
npm install -g @angular/cli
npm install -g @ionic/cli
npm install
ionic serve

Usage

The 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.

Features

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

Contribution

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors