Skip to content

Main project delivery for the course IDATT1002 - 'Software Engineering'. This work was done in as a collaborative project by six students at NTNU Trondheim.

HolyBarrel/IDATT1002-SOFTWARE-S2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fotball Tournament Application

Fotball Tournament Application logo

Fotball Tournament Application is an app made to help you manage a fotball tournament with ease. The app lets you register teams and individual players as well as automatically generating match ups between the entered teams. Statitics for each game and individual players can be added with ease, and game statistics, history and tournament results are generated by the app.

Contents

[[TOC]]

Getting started

To test out our project or to get started with further development you can follow these steps.

Prerequisites

Getting the source code

There are two ways to retrieve the source code for this project:

With Git please run the following command in the desired directory:

git clone with SSH git@gitlab.stud.idi.ntnu.no:johnfb/football-tournament-application.git
git clone with HTTPS https://gitlab.stud.idi.ntnu.no/johnfb/football-tournament-application.git

Without Git please press the download button on the front page of the repo and select the desired file format.

Building and running the project

Once the source code is open in a code editor, run the maven commands compiler:compile and javafx:run. In IntelliJ IDEA this can be done by pressing the following:

View → Tool Windows → Maven
ftaProject → Plugins → compiler → compiler:compile
ftaProject → Plugins → javafx → javafx:run

Documentation

All relevant documentation for the project can be found in one of these locations:

  • Our wiki, which can be read here.
  • Our javadoc, which can be read here.

If you have further questions about the project, feel free to send an email to one of the group members by clicking one of the names below. We will be happy to help!

Authors

This application was developed during the class Software Development 1 at the NTNU by group K1-G8:

Getting started

To make it easy for you to get started with GitLab, here's a list of recommended next steps.

Add your files

cd existing_repo
git remote add origin https://gitlab.stud.idi.ntnu.no/johnfb/football-tournament-application.git
git branch -M main
git push -uf origin main

Integrate with your tools

Collaborate with your team

Test and Deploy

Use the built-in continuous integration in GitLab.

About

Main project delivery for the course IDATT1002 - 'Software Engineering'. This work was done in as a collaborative project by six students at NTNU Trondheim.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published