#Welcome to Hibo project
To get started, just do the following:(I assume you already installed rails on your system)
- Download or clone the project from github and install the gems required for this application using the command "bundle install"
- For the database migration just use command "rake db:migrate"
- Then run the project in your browser using this urls rails created for us "http://localhost:3000"
- If you are using cloud9 IDE then just create and clone this application.
- Run the project with the "Run Project" button in the menu bar on top of the IDE.
- Preview your new app by clicking on the URL that appears in the Run panel below (https://xxxxxx.c9users.io/).
Happy coding!