Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 916 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 916 Bytes

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.