In this project we are going to build a simple python flask API. and we are going to use docker file to build and deploy application.
- steps to create flask API
----------- Install flask module ----------- pip3 install flask ----------- Create Flask API ----------- create file App.py