Python REST API with some end points that returns data by serializing the protobuf message
To run the application, use the flask command
In BASH
$ export FLASK_APP=setup
$ flask run
In CMD
> set FLASK_APP=main
> flask run
or
>py -m flask run
or
>py -m flask run --host=127.1.1.1