Skip to content

igramul/flask-restplus-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-RestPlus Example

Example TodoMVC API from: https://github.com/noirbizarre/flask-restplus

Build Docker:

docker build -t todo:1.0

Run Docker:

docker run -d --name todo -p 5000:5000 todo:1.0

Find running exmple here:

http://locClhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published