ddkwing / microservices-scaffold

Barebones Python Microservices with Flask

Home Page:http://microservices-scaffold.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microservices-scaffold

Barebones Python Microservices

Build Status Coverage Status Requirements Status Updates Python 3

How to run the scaffold

python manage.py runserver

Open in your browser http://localhost:5000/template/ui/

Read more info in the documentation page: https://microservices-scaffold.readthedocs.io/en/latest/

Docker

Create and push the image

docker build -t template -f Dockerfile .

Test the image:

docker run -d -p 5000:5000 template

Push to Kubernetes:

kubectl apply -f service.yaml

How to contrib

TODO

Update docs

sphinx-build -b html docs/ _build

About

Barebones Python Microservices with Flask

http://microservices-scaffold.readthedocs.io/en/latest/

License:GNU General Public License v3.0


Languages

Language:Python 86.9%Language:Dockerfile 11.4%Language:Shell 1.7%