Skip to content

rahulvaish/FlaskWebServices-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 

Repository files navigation

This repository contains self-contained examples of Flask Web Services.

Table of Contents


  • Simple example illustrating Calculator Web Service in Flask. [Source Code]
    • Install Flask. On Windows CMD: pip install flask
    • Install Flask-Restful. On Windows CMD: pip install flask-restful
    • Code the Web Service [Source Code]
    • Start the Web Service image
    • Test the Web Service image
  • Simple example illustrating Dockerization the Flask Web Service, so that it can be executed on Cloud Environment. [Source Code]
    • Code the Web Service Project
    • Dockerize the Project:
      image image image image
    • On Azure, Create Resource -> Web -> Web App for Containers
      image image
  • Simple example illustrating Google Translator Service (English/Bangla) in Flask. [Source Code]
    • Install Flask. On Windows CMD: pip install flask
    • Install Flask-Restful. On Windows CMD: pip install flask-restful
    • Code the Web Service [Source Code]
    • Start the Web Service
    • image

Releases

No releases published

Packages

No packages published