This is a repository for a team project for a course PA165 at FI MU. It is a web application simulating soccer management. Players play as soccer team managers, buying/selling players etc... Matches are scheduled and simulated. Read more on Wiki pages.
For running project execute following:
- move to project directory
- mvn clean install
- cd sm-rest
- mvn cargo:run
For access to web interface, go to localhost:8080/pa165 Credentials for common user: basic/basic Credentials for admin user: admin/pass
For some REST API examples, check file "sm-rest/README.md"