This software were built as a test, using Ruby on Rails. Follow these steps to install:
-
Clone Finebills repository: $ git clone https://github.com/AnnaNee/FineBills.git
-
Requirements:
- Ruby 2.3.1
- Rails 5.0.0.1
-
Run bundle install: $ bundle install
-
Migrate: $ rake db:migrate
-
Start rails server: $ rails s