flask_microservice_generator
v1.0.0
Published
This npm utulity tool will allow users to quickly create blank flask microservices. Each microservice contains bare minimum to get started with building your microservice application.
Downloads
5
Maintainers
Readme
This is a dockerized flask microservice that allows for quick application prototyping and building micro services oriented applications. To build the image run
docker build -t flask-micro-service-1 .
To run the image run
docker run -d -p 5000:5000 flask-micro-service-1