This is the starting point for the Pennylane Rails live-coding interview.
Before the interview, please prepare your setup by having:
- a recent working ruby (>= 3.3),
ruby -vshould output the version - having cloned this repo locally
- having run
bundle installsuccessfully - having run
rails db:drop db:create db:migrate db:seedto create the sqlite database
To check everything is working, run rails s and navigate to http://localhost:3000, a table with 50 invoices should be displayed.
In case you're stuck and can't find a solution, please reach out to [email protected]