https://github.com/rexios80/dart_cloud_run_template
Template for creating Google Cloud Run applications in Dart
https://github.com/rexios80/dart_cloud_run_template
Last synced: 3 months ago
JSON representation
Template for creating Google Cloud Run applications in Dart
- Host: GitHub
- URL: https://github.com/rexios80/dart_cloud_run_template
- Owner: Rexios80
- Created: 2022-08-03T18:43:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T20:08:01.000Z (over 2 years ago)
- Last Synced: 2025-01-24T01:51:52.641Z (5 months ago)
- Language: Dart
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Template for creating Google Cloud Run applications in Dart. Based on documentation from https://github.com/GoogleCloudPlatform/functions-framework-dart.
The functions framework is nice for very simple applications, but isn't great if you want more control over your server behavior.
## Prerequisites
- Have a general idea how to set up Cloud Run. This is not comprehensive documentation.## Usage
1. Create a new project based on this template
2. Compose your server in `bin/server.dart`
3. Edit `deploy.sh` to use the desired parameters
4. Run `deploy.sh` to deploy your application