Skip to content

justjohnpark/sinatra-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple blog made with Sinatra.

Here are the features:

  1. Show all entries
  2. Show a particular entry (by id)
  3. Create a new entry
  4. Edit an existing entry
  5. Delete an existing entry
  6. Show all entries with a given tag.

Instructions:

  1. clone this directory
  2. run 'bundle install' in the terminal from the root directory
  3. run 'be rake db:create' in the terminal from the root directory
  4. run 'be rake db:migrate' in the terminal from the root directory
  5. run 'be rake db:seed' in the terminal from the root directory
  6. run 'be shotgun' in the terminal from the root directory
  7. open 'http://localhost:9393/' in your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors