https://github.com/ericwindmill/flutter_by_example_server_temp
https://github.com/ericwindmill/flutter_by_example_server_temp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericwindmill/flutter_by_example_server_temp
- Owner: ericwindmill
- Created: 2020-01-12T01:08:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T01:10:10.000Z (over 6 years ago)
- Last Synced: 2025-12-13T22:27:35.996Z (6 months ago)
- Language: Dart
- Size: 10.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_by_example_server
## Running the Application Locally
Run `aqueduct serve` from this directory to run the application. For running within an IDE, run `bin/main.dart`. By default, a configuration file named `config.yaml` will be used.
To generate a SwaggerUI client, run `aqueduct document client`.
## Running Application Tests
To run all tests for this application, run the following in this directory:
```
pub run test
```
The default configuration file used when testing is `config.src.yaml`. This file should be checked into version control. It also the template for configuration files used in deployment.
## Deploying an Application
See the documentation for [Deployment](https://aqueduct.io/docs/deploy/).