Tutorial Resources Python Webservice API Server deployment using Ubuntu

Product Information

Community Code
User Guide Updates

inspectedProduct inspected by PieceX

Developer

avatar
Lab AI
Request Code Sample Direct message

Sep 4, 2020

Public chat

Product Details

From the tutorial:  https://medium.com/analytics-vidhya/python-webservice-api-server-deployment-using-ubuntu-201d48f477d9

Or: https://www.piecex.com/articles/Python-Webservice-API-Server-deployment-using-Ubuntu-282

Here are the files used during the article/tutorial. 

Docker Example

If you downloaded the resources, then you just need to go to the terminal, cd the folder “tutorial_resources”

Build the Dockerfile:

docker build — tag flask_tutorial:1.0 .

Then run the container, for example:

docker run --publish 81:80 --detach --name flask_container flask_tutorial:1.0

This will publish the service into your localhost port 81 (make sure your port 81 is available or change it in the above docker command).

Go to your browser and access 

It should show: {“PieceX tutorial”:”HELLO WORLD”}







Price Information

No available data

Limited Preview Only


Real Product Contains All Files And Full Code

Check dependencies

See product external dependencies

Randomly Selected Sample File

Project File Statistics

Hierarchy

Choose a sample file
X
user-symbol

Stay in touch

Get Practical Tips For Business and Developers.

Learn about PieceX Community Needs for Source Code Projects.

Be the First to Know PieceX Newest Free Community Code Projects.