Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 418 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 418 Bytes

About

Review employees performance

How to run the app locally?

Install the right ruby version - 2.3.3 (ruby) with rvm

  • rvm install 2.3.3
  • gem install bundler to install the bundler gem.
  • bundle install to install the gems for the project.
  • bundle exec rake db:create to create the local database
  • bundle exec rake db:migrate to migrate
  • bundle exec rails s to start the server on port 3000