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
- Host: GitHub
- URL: https://github.com/devdevi/docker_api_flask
- Owner: devdevi
- Created: 2019-11-05T17:28:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T17:30:15.000Z (over 6 years ago)
- Last Synced: 2025-02-14T14:53:48.592Z (about 1 year ago)
- Topics: docker, flask, heroku
- Language: Python
- Homepage: https://farmaciapi.herokuapp.com/
- Size: 8.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### ENDPOINT FARMACIAS

### ENDPOINT COMUNAS

### ENDPOINT FILTROS

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