maciejd / restful-api-python-flask

Simple Flask REST API in docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restful-api-python-flask

Build and run docker container with Flask RESTful API

Clone repo git clone https://github.com/maciejd/restful-api-python-flask.git

Chande directory cd restful-api-python-flask

Build image docker build -t restful-api .

Run container in detached mode and publish port 5000 docker run -d -p 5000:5000 restful-api

API should be accessible on port 5000 curl -i localhost:5000/todo/api/v1.0/tasks

About

Simple Flask REST API in docker container


Languages

Language:Python 100.0%