Base application for various 'code tests' that form part of developer interviews.
- Ruby > 2.6
- NodeJS 12.13.x
- Yarn 1.12.x
- Run
bundle installto install the gem dependencies - Run
yarnto install node dependencies - Run
bin/rails db:setupto set up the database development and test schemas, and seed with test data - Run
bundle exec rails serverto launch the app on http://localhost:3000