- Ruby 5.1or higher
- MySQL installation
- Windows Only Ruby DevKit x.x.x(required by nokogiri)
- Set api-outinavicus.ymlto where you want the classes to go.
- Run rake graphql:generateto generate the classes.
- When the classes are loaded into the IDE, there will be a lot of unneeded imports, simply run Code -> Reformat Code to fix all errors
- Install required gems with bundle install
- Run the localhost:3000server viarails s