cojito / flask-microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Microservice

Template project for a Flask, Docker microservice

Get the code

$ git clone https://github.com/Ilyes-Hammadi/flask-microservice.git
$ cd flask-microservice

Run it locally

$ pip install -r requirements.txt
$ python app/server.py

Run with docker

$ docker build -t flask-microservice .
$ docker run -p 5000:80 flask-microservice

About


Languages

Language:Python 100.0%