Skip to content

LogeshVel/python_rest_api_with_protobuf

Repository files navigation

Protobuf in Python API

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

About

Python REST API with some end points that returns data by serializing the protobuf message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages