Workaholic is a web app developed for the CVWO Assignment 2019, created using Ruby on Rails.
She Jiayu
A0188314B
Workaholic is deployed at https://workaholics.herokuapp.com/.
- ruby 2.5.1
- rails 5.2.2
- Clone this repo:
$ git clone https://github.com/jiayushe/workaholic
- Install all dependancies:
$ bundle install
- Create database and run migration:
$ rake db:create db:migrate
- Start the local server:
$ rails server
- Open http://localhost:3000/ in your browser.