- Ruby
5.1
or higher - MySQL installation
- Windows Only Ruby DevKit
x.x.x
(required by nokogiri)
- Set
api-out
inavicus.yml
to where you want the classes to go. - Run
rake graphql:generate
to 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:3000
server viarails s