https://github.com/digitalocean/template-flask-app
https://github.com/digitalocean/template-flask-app
app-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/digitalocean/template-flask-app
- Owner: digitalocean
- License: apache-2.0
- Created: 2025-04-30T10:34:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T12:33:59.000Z (about 1 year ago)
- Last Synced: 2025-06-09T13:42:44.159Z (about 1 year ago)
- Topics: app-template
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Get Started with Flask + ValKey
This is a template for simple Flask API demonstrating integration with DigitalOcean Managed ValKey for caching and task queues.
**Note**: Following these steps may result in charges for the use of DigitalOcean services.
### Requirements
* You need a DigitalOcean account. If you do not already have one, first [sign up](https://cloud.digitalocean.com/registrations/new).
* You need to have a running Valkey DB instance. If you do not already have one, you can [create Valkey Cluster](https://docs.digitalocean.com/products/databases/valkey/how-to/create/) on DigitalOcean
## Deploying the App
Click this button to deploy the app to the DigitalOcean App Platform. If you are not logged in, you will be prompted to log in with your DigitalOcean account.
[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/digitalocean/template-flask-app/tree/main)
## Learn More
To learn more about App Platform and how to manage and update your application, see [our App Platform documentation](https://www.digitalocean.com/docs/app-platform/).
## Delete the App
When you no longer need this sample application running live, you can delete it by following these steps:
1. Visit the [Apps control panel](https://cloud.digitalocean.com/apps).
2. Navigate to the sample app.
3. In the **Settings** tab, click **Destroy**.
**Note**: If you do not delete your app, charges for using DigitalOcean services will continue to accrue.