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

https://github.com/kusnierewicz/blogger2

The Odin Project Assignment: Complete Blogger 2 - Jumpstart Lab tutorial
https://github.com/kusnierewicz/blogger2

blog-engine odin-project rails ruby

Last synced: about 2 months ago
JSON representation

The Odin Project Assignment: Complete Blogger 2 - Jumpstart Lab tutorial

Awesome Lists containing this project

README

          

# The Odin Project Assignment: Complete Blogger 2 - Jumpstart Lab Curriculum

A simple blog system to learn the basics of Ruby on Rails including:

* Models, Views, and Controllers (MVC)
* Data Structures & Relationships
* Routing
* Migrations
* Views with forms, partials, and helpers
* RESTful design
* Adding gems for extra features

Full tutorial can be found [here](http://tutorials.jumpstartlab.com/projects/blogger.html).