https://github.com/mkhuda/ruby-sinatra-api
Simple API using Sinatra and MySQL2
https://github.com/mkhuda/ruby-sinatra-api
mysql2 ruby sinatra
Last synced: 19 days ago
JSON representation
Simple API using Sinatra and MySQL2
- Host: GitHub
- URL: https://github.com/mkhuda/ruby-sinatra-api
- Owner: mkhuda
- License: gpl-3.0
- Created: 2017-10-12T20:43:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T17:53:04.000Z (about 8 years ago)
- Last Synced: 2026-02-24T02:36:22.687Z (4 months ago)
- Topics: mysql2, ruby, sinatra
- Language: Ruby
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ruby-sinatra-api
Simple API using Sinatra and MySQL2
## Usage
- `bundle install` to install all of gems
- `rackup -p 4567` and open it on your browser
## License (MIT)