Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 598 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 598 Bytes

JIMMY THIS

Project description

Jimmy This is a first platform to buy and sell local services in Hong Kong for HK$50. It's project part of General Assembly's Web Development Immersive Program (WDI8), done by Carson Long and Yohan Sihou.

Installation instructions

  • Fork the repo from: [email protected]:WDI-HK-8/jimmythis.git
  • Clone the git into a new directory
  • $ bundle install
  • $ rake db:create
  • $ rake db:migrate
  • $ rake db:seed
  • $ bower install
  • $ rails server

After that, your version of JimmyThis will be up and running!