-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to Flask #13
Comments
If I can't devote time before the weekend, then please feel free -- maybe as part of the docker factor/refactor. I am more than happy to help and document if I am unable to start tackling this issue before you have a chance. I will post to this thread just before I start (if I start before I hear back from you). |
@kramachandran I've started this process with a working version of the flask/docker stack on the branch |
You can run this stuff with the following commands: docker-compose build
docker-compose up
docker-machine ip default Navigate to the IP address in the returned result (which for me is |
Ensuring that this feature doesn't fall off the radar. self.response.headers.add_header("Access-Control-Allow-Origin", "*")
self.response.headers['Content-Type'] = 'application/json' I am unsure how to set these headers in the Flask framework. I expect that the solution is in line with Nginx. |
I don't sufficiently understand this post, although it seems relevant. Maybe not now -- premature optimization and complexity -- but I like the idea of adding seemingly extra features to this web service up front, given the plans to make it broader. |
@danhammer - Happy to tackle this or you can. I will have time this weekend (saturday/sunday)
The text was updated successfully, but these errors were encountered: