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

https://github.com/roman-developer/api_example

Integrate simple JSON API in Rails project
https://github.com/roman-developer/api_example

Last synced: 2 months ago
JSON representation

Integrate simple JSON API in Rails project

Awesome Lists containing this project

README

          

== README

This application is an example to access data inside of API JSON.
You can get data from Customers, Articles and Buys.
For example, this url http://localhost:3000/api/customers get data from customers.

* Ruby version
ruby 2.1.0p0

* Rails version
Rails 4.1.1

* Configuration

* Database commands
Create database: rake db:create
Migrations: rake db:migrate
Default data: rake db:seed

* How to run the test suite
Execute 'bundle exec rspec' command

* Deployment instructions

Please feel free to use a different markup language if you do not plan to run
rake doc:app.