Generate an opinionated Simple Sinatra Application for API Backend
$ gem install simple_sinatra_api
Start by creating an application with a basic template
simple_sinatra_api next_best_api
- Fork it ( https://github.com/[my-github-username]/simple_sinatra_api/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request