Git Product home page Git Product logo

aftas's Introduction

Aftas Sports Club Competition Management

Overview

Aftas Sports Club, located in Mirleft, Tiznit, offers a variety of sports and activities, including Surfing, Tennis, Quad Biking, Underwater Fishing, Paragliding, and more. The club regularly organizes underwater fishing competitions across different regions of Morocco. Members can participate in these competitions by paying a fee to confirm their participation. The club manages logistics, appoints a jury to calculate results, and displays the podium.

Aflas Club aims to modernize competition management by developing a responsive web application to meet the needs of club administration and the jury.

Backend (Spring Boot)

User Stories

Admin Features

  1. As an administrator, I want to add a competition.

    • Specify a unique code for the competition.
    • Provide the date, start time, end time, number of participants, and location.
  2. As an administrator, I want to view a list of competitions with filters (ongoing, closed).

    • Filter competitions that are currently ongoing.
    • Filter closed competitions.
  3. As an admin, I want to register a member for a competition.

    • Search for a member by number, name, or surname.
    • Register a member for a competition if they are not already registered.
  4. As a user, I want to record the result of a competition.

    • Record the number of fishes caught during the competition.
    • Confirm my participation after recording the result.
  5. As a user, I want to view the podium for the top three participants in the competition.

    • View the podium after the competition ends.

Features

  • Use Spring Boot to develop the API.
  • Organize the application into layers.
  • Data validation is mandatory.
  • Centralized exception handling (RestControllerAdvice).
  • Implement pagination for search results and competition lists.
  • Write unit tests for the competition results calculation service.

Bonus

  • App seeder (Level Seeder and Fishes Seeder) on application startup.

Steps to run the application

# Clone the repository
git clone https://github.com/MohamedJamh/aftas.git
# Go to the backend directory
cd aftas
# install dependencies
mvn install
# Run the application
mvn spring-boot:run
# Run the tests
mvn test

Resources

Postman Collection download

Frontend repository

Canva Presentation

UML Diagrams

aftas's People

Contributors

mohamedjamh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.