A microservice application consists of a collection of small two services.
Please note that, this application is just example.
- Go
- Python 3
- MongoDB
- Protocol buffers
$ curl -XGET -G http://localhost:8003/user/sign-up \
-d user=test -d pass=test
$ curl -XGET -G http://localhost:8003/user/sign-in \
-d user=test -d pass=test
$ curl -XGET -G localhost:8003/article/create \
-d id=62ab199221328dc789c58a7a -d user_id=1 \
-d title=Test -d description=Test+content
$ curl -XGET http://localhost:8003/article/list