Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukechinworth/blogger-rails

Simple blogging app. Try it out!
https://github.com/lukechinworth/blogger-rails

Last synced: about 18 hours ago
JSON representation

Simple blogging app. Try it out!

Awesome Lists containing this project

README

        

Blogger on Rails
===========

Description
-----------
This small web app will allow you to add posts and comment on the posts.

Setup:
------
* Run bundle in the project directory
* Run postgres
* Run rake db:create
* Run rake db:migrate
* Run rails server
* Direct your browser to localhost:3000
* Or, just hit the link above, right under the repo name, to go to the active site.

Copyright
---------
2015 GPL v2.0 Luke Chinworth