18F / autoapi

A basic spreadsheet to api engine
Other
42 stars 18 forks source link

Add docker-compose setup and make onboarding easier #59

Closed toolness closed 8 years ago

toolness commented 8 years ago

This makes it easier to develop autoapi with docker-compose, and also fixes a few things:

To do:

toolness commented 8 years ago

Sorry this does so many things in one PR... Ideally I would've put them in separate ones, but since they all built on each other, it seemed most expedient to just do it as one.

toolness commented 8 years ago

Oh, I should also note that there are lots of warnings logged when I start the server--most of them appear to be because we're using APIs that have been deprecated in the latest versions of the libraries we're using, which we're retrieving because most of the lines in our requirements.txt use >=. I'd like to address that in a separate PR though, since this one is already rather big as-is!

catherinedevlin commented 8 years ago

Thank you so much for this great PR, @toolness !