https://github.com/danielm/sinatra-rest-server
Simple way to create a JSON rest server using Ruby and Sinatra
https://github.com/danielm/sinatra-rest-server
Last synced: about 1 month ago
JSON representation
Simple way to create a JSON rest server using Ruby and Sinatra
- Host: GitHub
- URL: https://github.com/danielm/sinatra-rest-server
- Owner: danielm
- Created: 2017-11-22T02:36:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T03:18:18.000Z (over 8 years ago)
- Last Synced: 2025-03-22T22:42:34.076Z (over 1 year ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sinatra Ruby JSON REST Server
A very simple way/quick-start project to create a JSON rest server using Ruby and Sinatra
## Authors
* **Daniel Morales** - - [danielm](https://github.com/danielm)
## License
This project is Dual licensed under the MIT and GPL licenses.
## More
See the article about this example project here:
https://danielmg.org/ruby/2017/03/how-to-simply-create-json-rest-services-using-activerecord-and-sinatra.html