A simple football league simulation built with Ruby on Rails. This project simulates matches between teams and updates their standings accordingly.
These instructions will help you set up the project on your local machine for development and testing purposes.
- Ruby 3.1.0
- Rails 7.1.3.3
- Bundler
- Clone the repository
git clone https://github.com/senakurtak/league_simulation.git
- Navigate to the project directory
cd league_simulation
- Install the required gems
bundle install
rails server