Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emrd/python-flask-calculator-app
https://github.com/emrd/python-flask-calculator-app
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/python-flask-calculator-app
- Owner: EmrD
- Created: 2024-07-31T18:26:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T18:28:55.000Z (4 months ago)
- Last Synced: 2024-07-31T22:42:52.543Z (4 months ago)
- Language: Nix
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Web App Starter
A Flask starter template as per [these docs](https://flask.palletsprojects.com/en/3.0.x/quickstart/#a-minimal-application).
## Getting Started
```sh
python -m flask --app main run -p PORT_NUMBER
```