This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version 2.3.3
-
Rails version 5
-
Clone app from github https://github.com/ikislenko/teambalancer.git
-
Go to teambalancer folder and run bundle
Database initialization
- Edit database.yml for your db credentials
- Run rake db:create rake db:migrate and rake db:seed for creating fakes data.
Run test
- For run tests use rails s in console.