Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg/dancer-example
Basic Dancer2 example
https://github.com/davorg/dancer-example
Last synced: 12 days ago
JSON representation
Basic Dancer2 example
- Host: GitHub
- URL: https://github.com/davorg/dancer-example
- Owner: davorg
- Created: 2024-09-03T12:07:47.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:32:54.000Z (2 months ago)
- Last Synced: 2024-09-05T15:28:30.420Z (2 months ago)
- Language: Perl
- Size: 131 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dancer2 Example Application
This is an example web application written using Perl's [Dancer2](https://metacpan.org/pod/Dancer2) framework.
I have written it using [GitHub Copilot Workspace](https://githubnext.com/projects/copilot-workspace).
I started with the standard Dancer2 app generated using `dancer2 gen -a Example`. Every step
since then has worked like this:* I wrote [an issue describing the next step](https://github.com/davorg/dancer-example/issues)
* I then opened Copilot Workspace and asked it to implement the required changes
* I applied the [pull request](https://github.com/davorg/dancer-example/pulls) that Copilot Workspace generatedYou can read through the [closed issues](https://github.com/davorg/dancer-example/pulls?q=is%3Apr+is%3Aclosed)
and the [merged pull requests](https://github.com/davorg/dancer-example/pulls?q=is%3Apr+is%3Aclosed) to see how it went.It's been interesting. The results have been mixed. But generally better than I expected.