Skip to content

tlball/sample_blog_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple, sample blog API application. It uses a Restful API to access users, posts, and categories.

Documentation on how to access these calls can be found in the doc directory.

It runs on Ruby 2.0 and Rails 4 with the rails-api gem to make it more lightweight for the API. It uses a sqlite backend.

To build the database run

rake db:setup

Functionality can be seen by running the test suite

RAILS_ENV=test rake db:setup
rspec

About

A quick blog api in Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors