https://github.com/solnic/architecture-talk-example-app
https://github.com/solnic/architecture-talk-example-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/solnic/architecture-talk-example-app
- Owner: solnic
- Created: 2018-03-22T14:14:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T16:52:44.000Z (about 7 years ago)
- Last Synced: 2025-03-30T07:11:12.352Z (about 2 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# architecture-talk-example-app
This is a sample "application" that I used as an example in ["Architecture. The reclaimed years"](https://speakerdeck.com/solnic/krug-architecture-the-reclaimed-years) talk, presented at our awesome [KRUG](https://www.meetup.com/Krakow-Ruby-Users-Group/) meetup. This app is useless, doesn't do anything real, its purpose is to show how easy it is to set things up using [dry-system](https://github.com/dry-rb/dry-system) gem as the underlying architecture.
You'll find 3 branches in this repository:
- `app-setup-1` - initial setup
- `app-setup-2` - adds web front-end using roda
- `app-setup-3` - adds CLI front-end using hanami-cli