This is an simple project to start a flask microservices application.
It starts a httpserver and expose an endpoint.
To run the application you need to install the requirements and run the app:
pip install -r requirements.txt
python app.py
If you want to run in a docker container:
make image
make run
After run the app, you can test it by browsing: