An open API service indexing awesome lists of open source software.

https://github.com/beautiful-code/review_system


https://github.com/beautiful-code/review_system

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## 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