Skip to content

An example Rails app made for a takehome evaluation; an invoice viewer made in a few hours.

Notifications You must be signed in to change notification settings

davidhusa/rails-example

Repository files navigation

README

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:

  1. 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)

  2. Install the gems

  • bundle install
  1. Set up the database and seed with data
  • rails db:migrate
  • rails db:seed
  1. Run the test suite
  • rails test
  1. Run the server
  • rails server

About

An example Rails app made for a takehome evaluation; an invoice viewer made in a few hours.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published