Wendersonandes / sinatrablogtutorial

Sinatra blog following Michael Herman tutorial

Home Page:https://sinatrablogtutorial.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sinatra app deployed to heroku

This is just a simple blog, which uses Sinatra + PostgreSQL + Heroku + ActiveRecord + Bootstrap: htts://sinatrablogtutorial.herokuapp.com/

Want to view the tutorial on how I learned to put all the litle pieces to work together?
  • View the tutorial on Michael Herman blog (upated may 4, 2013); check out how to add a captcha
Well, at the very least, fork the app and add some new features (editing/deleting posts, user login/logout/authentication)
$ git clone https://github.com/wendersonandes/sinatrablogtutorial
$ cd sinatrablogtutorial
$ bundle install
$ ruby app.rb                 

Then open http://localhost:4567/

Let Sinatra sings in your machine too

About

Sinatra blog following Michael Herman tutorial

https://sinatrablogtutorial.herokuapp.com/


Languages

Language:Ruby 56.4%Language:HTML 43.6%