9 Commits

Author SHA1 Message Date
vrde
667b30e5e8
Add connection pool to web views 2016-04-15 16:08:08 +02:00
vrde
06f45f1dc7
Change server port to 9984 2016-04-07 14:15:29 +02:00
vrde
20d3dd4ff3 Wrap the wsgi app in a standalone Gunicorn app 2016-03-22 18:49:14 +01:00
Rodolphe Marques
33904b6804 Added a more descriptive initialization message 2016-03-16 17:07:01 +01:00
vrde
3a714a7f8e Add config to blueprint and fix tests madness
There was a problem related to the import of the module
`bigchaindb.web.views`.
The module, when imported, inizialises a new `Bigchain` instance, and
this is wrong for testing and because it's a bad practice.

I spent more or less 2h finding out the problem.
2016-03-03 01:40:40 +01:00
vrde
456517443a Add more docs 2016-03-01 17:55:37 +01:00
vrde
8938811c67 Update endpoints names 2016-02-29 18:28:04 +01:00
vrde
2425336dc4 Bind to 0.0.0.0 2016-02-23 15:33:22 +01:00
vrde
56357e978d Add simple flask webserver and tests 2016-02-23 03:37:33 +01:00