This project is a football league simulation written in Go using the Gin web framework.
- /simulate-week - Simulate matches for the current week. And return the league table at the end of the week.
- /league-table - View the current league table.
- /play-all-matches - Play all remaining matches in the league. And return the league table at the end of the league.
- /insert-teams - Insert teams into the league. (if not already inserted)