Skip to content

devdevi/docker_api_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiRest D-BCH

This is an API Flask

Deploy Heroku

Run the following commands to get started running this app locally:

    heroku create apifarmacias
    heroku container:push web --app apifaramcias
    heroku container:release web --app apifaramcias
    heroku open
    heroku logs --tail

Then visit http://localhost:5000 to play with the app.

Running Docker

    sudo docker build -t flaskapi:latest .
    sudo docker run --rm -it -v $(pwd)/api_flask:/api_flask -p 5000:5000 --network=host flaskapi

INICIO

Inicio

ENDPOINT FARMACIAS

Farmacias

ENDPOINT COMUNAS

Comunas

ENDPOINT FILTROS

Filtro

Licensing

This example is open-sourced software licensed under the MIT license.

Releases

No releases published

Packages

No packages published