Howdy, my name is David Husa and this was a takehome evaluation, an invoice viewer made in less than a full work day.
Run the following commands to install and run the application:
-
Ensure you're using Ruby 3.2.2 in the project folder. (This should work automatically if you use rbenv and have installed 3.2.2 with
rbenv install 3.2.2
) -
Install the gems
- bundle install
- Set up the database and seed with data
- rails db:migrate
- rails db:seed
- Run the test suite
- rails test
- Run the server
- rails server