Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/app-generator/deploypro-flask
DeployPRO Service - Flask Sample
https://github.com/app-generator/deploypro-flask
deployment-tools deploypro deploypro-flask deploypro-sample
Last synced: 2 months ago
JSON representation
DeployPRO Service - Flask Sample
- Host: GitHub
- URL: https://github.com/app-generator/deploypro-flask
- Owner: app-generator
- Created: 2023-07-18T05:27:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T18:22:44.000Z (12 months ago)
- Last Synced: 2024-10-11T04:44:44.239Z (3 months ago)
- Topics: deployment-tools, deploypro, deploypro-flask, deploypro-sample
- Language: Python
- Homepage: https://www.docs.deploypro.dev/samples/flask
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [DeployPRO Flask](https://www.docs.deploypro.dev/samples/flask) `Free Sample`
Minimal `Flask Sample` provided by [DeployPRO](https://deploypro.dev/) service for testing.
## Run in `Docker`
```bash
$ docker-compose up --build
```
At this point, the app runs at `localhost:5000`
## Manual Build
> Install modules via `VENV`
```bash
$ pip install flask
```> Start the app
```bash
$ flask run
```At this point, the app runs at `http://127.0.0.1:5000/`.
---
[Flask Starter](https://www.docs.deploypro.dev/samples/flask) - Open-source sample provided by [DeployPRO](https://deploypro.dev/)