Skip to content

mantanquzzmo/extreme-invoicing-october-2019

 
 

Repository files navigation

Mid Course Project October 2019

Coverage Status

Create an account, add customers, articles, and invoices

Dependencies

  • Rails v6.0.1
  • Ruby v2.6.3
  • Unit test Rspec
  • Feature test Cucumber
  • Devise for security
  • Pundit for authorization

Setup

Clone repository

$ git clone https://github.com/mantanquzzmo/extreme-invoicing-october-2019.git
$ cd RubyonRails

Install dependencies

Install RSpec using bundler if desire to run testing:

$ bundle install

Run testing frameworks

In console: Run Rspec to run unit tests

$ rspec

Run Cucumber to run feature tests

$ cucumber

Updates/Improvement plans

Further styling and functionality, with subscription options and payment.

License

Created under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.9%
  • HTML 10.6%
  • Gherkin 8.5%
  • JavaScript 4.2%
  • CSS 0.8%