Skip to content

Repository files navigation

Soccer Jersey Library


Development Team

Business Client: Angelo
Lead Developer: Josh
Quality Control: Samuel


Description

The project is for people looking for jerseys from different clubs. They should be able to find a desired jersey by selecting the corresponding Country > Name of the Club > Home or Away > Star Player from a database. Users can just see and pick what they want from the collection.


Color

main-color-light: #00cc00
main-color-primary: #fcba03
main-color-dark: #008000
main-color-text: #fcba03
main-color-bright: #ffffff


Required Fields

Unique ID for every jersey as a PK, what country are they from, the name club/team, is it a Home Kit or an Away Kit, the name of the star player/s on the jersey.

  • id: int (primary key)

- jerseyCode: int (primary key)
- nameCountry: String
- nameClub: String
- nameType: String (Options: nameAway or nameHome)
- namePlayer: String
....

Report Details

User should select a specific country and would show all the teams and jerseys from the database.

About

This is a spring webproject Project plan was made by another student but I had to make everything by there plains

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages