Skip to content

diegogaulke/py-ms-sql-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask microservice start example

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:

http://localhost:5000/api/Hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published