This application was developed as part of the Software Engineering Lecture. The Soccer Betting application makes it possible to bet on FIFA World cup games with your friends. It was created for the FIFA Football World-Cup 2018, but it can be reused for future World Cups by importing the games of the current World Cup.
- Frontend: HTML, CSS, JavaScript
- Backend: Java
- Frameworks: Spring-Boot with JPA and Hibernate
- Games of Worldcup
2.Table
- Pinnboard users can write on
- Ranking of Users
- Download the zip or clone the Git repository.
- Unzip the zip file (if you downloaded one)
- Open Command Prompt and Change directory (cd) to folder containing pom.xml
- Open Eclipse File -> Import -> Existing Maven Project -> Navigate to the folder where you unzipped the zip
- Select the right project. Choose the Spring Boot Application file (search for @WmtippApplication.java) Right Click on the file and Run as Java Application
- Change the Admin Login and Password in die application.yml file
- Swap out the ImportDaten.xlsx and put in your own games you want to bet on
- Patrick Rogg and Mi Nguyen