Review employees performance
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 databasebundle exec rake db:migrate
to migratebundle exec rails s
to start the server on port 3000