bellycard / napa

A simple framework for building APIs with Grape
Other
329 stars 72 forks source link

Add thor command to start shotgun server. #177

Closed cpursley closed 9 years ago

cpursley commented 9 years ago

Add napa server command to start the shotgun server similar to rails server in Ruby on Rails.

umtrey commented 9 years ago

+1 from me

shaqq commented 9 years ago

:+1: working as expected.

Maybe in the future we can have Napa configured to use whatever Rack server you want (unicorn, thin, mongrel, etc.), and napa server responds accordingly.

Nice add, @cpursley!

cpursley commented 9 years ago

I was thinking that exact same thing @shaqq regarding choice of Rack server.

shaqq commented 9 years ago

We also need to figure out a way to test these features, since many of the CLI commands don't work unless you're in the root directory of an app.