Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 297 Bytes

sinatra-blog

Currently, the app provides the functionality to create, edit and view blogs.

To test:-

  1. clone the repository
  2. change to project directory and do bundle install
  3. run the migration
  4. execute the command : ruby app.rb
  5. hit following URL in browser : http://localhost:4567