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
- Host: GitHub
- URL: https://github.com/roman-developer/api_example
- Owner: roman-developer
- Created: 2015-11-03T17:13:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T17:47:06.000Z (over 10 years ago)
- Last Synced: 2025-03-21T05:27:48.634Z (about 1 year ago)
- Language: Ruby
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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.