- ruby
2.3.4
- yarn
1.17.3
bundle install
yarn install
bundle exec rails s
bundle exec rspec
- For security reason master.key should not be checked in to repo. It is checked in just for convenience purpose.
- Seperate frond end as a react app.
- Improve back end as api app.
- Add more comments.
- Use rubocop and eslint to refine code style.
- Move js constants and css to dedicated files.
- Investigate google chart to display all names for the column chart.