Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 240 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 240 Bytes

tiny-api-app: A Very Basic Rails JSON API

This is a tiny Rails application that provides a JSON API for three models: User, Friendship, and Message. It's an example API to work against when developing a sample client-side application.