Create an account, add customers, articles, and invoices
- Rails v6.0.1
- Ruby v2.6.3
- Unit test Rspec
- Feature test Cucumber
- Devise for security
- Pundit for authorization
$ git clone https://github.com/mantanquzzmo/extreme-invoicing-october-2019.git
$ cd RubyonRails
Install RSpec using bundler if desire to run testing:
$ bundle install
In console: Run Rspec to run unit tests
$ rspec
Run Cucumber to run feature tests
$ cucumber
Further styling and functionality, with subscription options and payment.
Created under the MIT License.