Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/lukechinworth/blogger-rails
- Owner: lukechinworth
- Created: 2015-03-21T01:00:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-03T22:05:58.000Z (over 9 years ago)
- Last Synced: 2023-02-28T03:46:49.207Z (over 1 year ago)
- Language: Ruby
- Homepage: http://simple-blogger.herokuapp.com/
- Size: 252 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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