Northwind based application with Rails backend and iOS and Android client applications.
Ruby 3.3.5 Rails 7.2
git clone https://github.com/matthewblott/northwind-on-rails
cd northwind-on-rails
bundle
rails db:migrate
rails db:seed
rails server
See video for example.
Open in Xcode and build, no special instructions. See video for example.
May need to set the correct Gradle path in build tools. See video for example.