sinatra

2013 – Blog App
Created a blog app locally on a Mac in Sinatra with a sqlite database.
Get the code @ : https://github.com/kmb40/kyles-blog

2013 Tutorial
Covers the following task:

  • Created a blog app locally on a Mac in Sinatra with a sqlite database.
  • Add error and validation function and messages.
  • Added some security to prevent XSS.
  • Deployed the final app to heroku for the public to see.
  • Pushed the files to github for the public to use.