Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 650 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 650 Bytes

Northwind on Rails

Northwind based application with Rails backend and iOS and Android client applications.

Rails, Turbo Native, Strada, iOS and Android Northwind example

Web

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.

iOS

Open in Xcode and build, no special instructions. See video for example.

Android

May need to set the correct Gradle path in build tools. See video for example.