Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 979 Bytes

File metadata and controls

31 lines (19 loc) · 979 Bytes

ppt-Blog

###Installation

To install the dependencies run the following commands

Bower Install
bundle install

To install Bower or Bundler see the following links

###About the app

The app was made using Sinatra and it contains the following routes(asumming you are using the default port 4567 ):

###notes

  • The app is a very simple one that only shows data and queries depending on the values send via the routes parameters.
  • The posts are read directly from the posts.json file.
  • start the app run the server from the root folder using ruby main.rb.
  • The tests were written using Rspect so to test them use rspec spec.