An open API service indexing awesome lists of open source software.

https://github.com/devdevi/docker_api_flask

Farmacias en turno
https://github.com/devdevi/docker_api_flask

docker flask heroku

Last synced: 5 months ago
JSON representation

Farmacias en turno

Awesome Lists containing this project

README

          

# ApiRest D-BCH

This is an API Flask

## Deploy Heroku

Run the following commands to get started running this app locally:
```RUN:
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](api_flask/apps/images/init.png)

### ENDPOINT FARMACIAS
![Farmacias](api_flask/apps/images/farmacias.png)
### ENDPOINT COMUNAS
![Comunas](api_flask/apps/images/comunas.png)
### ENDPOINT FILTROS
![Filtro](api_flask/apps/images/filtro.png)
## Licensing

This example is open-sourced software licensed under the
[MIT license](https://opensource.org/licenses/MIT).