Utils to build flask based microservices.
Flask is an awsome web microframework that works great out of the box. Nevertheless, additional configuration and integration with complementaries libraries are required in order to build complex applications. Here in riffstation.com we have several HTTP REST based microservices, anytime that we want to create a new microservice we need to bootstrap very similar common code.
This library wants to concentrate all logic related with HTTP and REST in one common place. Feel free to use it and extendent it. We are willing to hear about your suggestions and improvements.
In order to run test a vagrant instance is required, below steps required to execute unit tests:
cd test
vagrant up
vagrant ssh
cd /src/test
python3 manage.py test