8000 GitHub - dbc-challenges/simple_blog: A very simple blog built on Rails.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dbc-challenges/simple_blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blog

A very, very, very basic blog built on Rails. No frills. Articles and comments. That's it.

Installation

# Clone the repo and install the gem dependencies
git clone https://github.com/dbc-challenges/simple_blog.git
cd simple_blog
bundle install
rake db:migrate

# Start the server
rails s

Go to http://localhost:3000/ in your browser.

About

A very simple blog built on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 97.0%
  • JavaScript 2.2%
  • CoffeeScript 0.8%
0