https://github.com/beautiful-code/review_system
https://github.com/beautiful-code/review_system
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/beautiful-code/review_system
- Owner: beautiful-code
- Created: 2017-05-24T08:20:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T03:46:07.000Z (over 3 years ago)
- Last Synced: 2025-01-13T04:26:40.531Z (over 1 year ago)
- Language: Ruby
- Size: 579 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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