Invoice-on rails is a simple application that enables registered users to create and print invoices. |
Project is deployed on Heroku: Invoice-on-rails
$ bundle install
$ rails db:setup
$ rails server
To run the test suite, run:
$ rspec
- ruby -v: 2.5.3
- rails -v: 5.2.3
- postgreSQL