Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 238 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 238 Bytes

IBM AI Enterprise Workflow Capstone

This is the final capstone project.

How to use

-build and run docker

-run the tests

docker build -t my-flask-app .   
docker run -p 5000:5000 my-flask-app   
python run-tests.py