https://github.com/jtemporal/api-example-flask-heroku-en
https://github.com/jtemporal/api-example-flask-heroku-en
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jtemporal/api-example-flask-heroku-en
- Owner: jtemporal
- Created: 2021-02-13T02:31:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T02:33:06.000Z (over 5 years ago)
- Last Synced: 2025-03-02T06:14:31.915Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of a Flask API
## API
Flask runs at `http://localhost:5000/`
## Running
FLASK_APP=dont_panic.py flask run