Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 642 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 642 Bytes

Blog Haven - A Social platform for the creative at heart.

Vision Create a community of like minded authors to foster inspiration and innovation by leveraging the modern web.

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install

Next, migrate the database:

$ rail db:create && rails db:migrate && rails db:seed

You'll be ready to run the app in a local server:

$ rails server

TEchnology/Stacks used:

  • Ruby on Rails
  • Coffescript
  • Elastic Search - elasticsearch gem for rails
  • J-Query

LInk