/Comp-tition-AFTAS-

une application de gestion des compétitions de chasse sous-marine(AFTAS)

Primary LanguageJava

Aftas Club Backend

Overview

Aftas Club Backend is the backend application for the Aftas Club project, a sports club in Tiznit, Morocco. This Spring Boot-based application provides the necessary APIs for managing club competitions, member registrations, and competition results.

Table of Contents

Prerequisites

Before you begin, ensure you have the following installed:

  • Java 17
  • Maven
  • MySQL
  • ...

Installation

  1. Clone the repository:

    git clone https://github.com/nouhailamadrani1/Comp-tition-AFTAS-.git
  2. Navigate to the project directory:

    cd Comp-tition-AFTAS-
  3. Build the project:

    mvn clean install

Configuration

Update the application.properties file with your database configuration and other settings.

# Database Configuration
spring.datasource.url=jdbc:mysql://localhost:3306/your_database
spring.datasource.username=your_username
spring.datasource.password=your_password

## Technologies Used
Spring Boot
Spring Data JPA
MySQL


## Frontend Repository
For the frontend codebase, please refer to the Front-Aftas Repository https://github.com/nouhailamadrani1/front_AFTAS.