Skip to content

Study project exploring capabilities of Python Flask & Flask-RESTPlus

Notifications You must be signed in to change notification settings

migumax/Flask_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing API with Flask, Flask-RESTPlus & Swagger

Project description

This small study project explores capabilities of Python Flask & Flask-RESTPlus frameworks in developing APIs.

Following BDD paradigm while developing ML-based services is considered a good practice so here I try to get a grasp of exposing Python backend to end-user while documenting all the POSTs and GETs.

Starting the service

pip3 install --user -r requirements.txt

then

FLASK_APP=app.py flask run

Swagger UI example

About

Study project exploring capabilities of Python Flask & Flask-RESTPlus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages