## Find a nice Roomi!
Roomi is a platform where users can either find a flat to share or find a roommate. This project has been created by Richie Bostock and Raphael dieu, proud students of General Assembly’s HK Web Development Immersive 8 program.
## Technical Specs
Languages:
-
Ruby 2.2.2
-
Javascript
-
HTML 5
Framweworks:
-
Rails 4.2.3
-
Angular 1.4.4
-
Bootstrap 3.3.5
## Installation instructions
-
Fork the repo from: git@github.com:WDI-HK-8/Roomi.git or github.com/WDI-HK-8/Roomi.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 Roomi will be up and running!