Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitpod-samples/template-python-flask
The Flaskr template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
https://github.com/gitpod-samples/template-python-flask
flask gitpod python template
Last synced: 3 months ago
JSON representation
The Flaskr template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
- Host: GitHub
- URL: https://github.com/gitpod-samples/template-python-flask
- Owner: gitpod-samples
- License: mit
- Created: 2021-03-31T19:16:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T06:13:51.000Z (about 1 year ago)
- Last Synced: 2024-07-28T17:35:52.142Z (4 months ago)
- Topics: flask, gitpod, python, template
- Homepage: https://www.gitpod.io
- Size: 16.6 KB
- Stars: 23
- Watchers: 7
- Forks: 64
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gitpod - template-python-flask
README
# A Python Flask template on Gitpod
This is a [Python Flask](https://flask.palletsprojects.com/) template generator configured for ephemeral cloud development environments on [Gitpod](https://www.gitpod.io/).
## Next Steps
Click the button below to start a new development environment:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/template-python-flask)
## Get Started With Your Own Project
### A new project
Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
### An existing project
Copy and commit the [`.gitpod.yml`](./.gitpod.yml) to your existing project to have the same configuration of this template. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/getting-started) documentation.