Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 308 Bytes

README.rdoc

File metadata and controls

16 lines (8 loc) · 308 Bytes

Hello,

This application is a basic blogging app, which enables user to download the blog post as a PDF file.

You can also use this app as a sample wicked_pdf(github.com/mileszs/wicked_pdf) applicaiton.

To run the application on localhost

  1. bundle install

  2. rake db:migrate

  3. rails s

Thanks