Skip to content

jiayushe/workaholic

Repository files navigation

Workaholic

Introduction

Workaholic is a web app developed for the CVWO Assignment 2019, created using Ruby on Rails.

Name

She Jiayu

Matriculation Number

A0188314B

Deployment

Workaholic is deployed at https://workaholics.herokuapp.com/.

Development Setup

Versions

  • ruby 2.5.1
  • rails 5.2.2

Running at Local Environment

  1. Clone this repo:
$ git clone https://github.com/jiayushe/workaholic
  1. Install all dependancies:
$ bundle install
  1. Create database and run migration:
$ rake db:create db:migrate
  1. Start the local server:
$ rails server
  1. Open http://localhost:3000/ in your browser.