https://github.com/cored/appointments
Example application to experiment with OOD on Rails
https://github.com/cored/appointments
Last synced: 21 days ago
JSON representation
Example application to experiment with OOD on Rails
- Host: GitHub
- URL: https://github.com/cored/appointments
- Owner: cored
- Created: 2017-03-20T22:49:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T22:49:53.000Z (over 9 years ago)
- Last Synced: 2025-02-21T12:35:07.686Z (over 1 year ago)
- Language: Ruby
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is an example application to experiment with [Hexagonal Architecture](http://alistair.cockburn.us/Hexagonal+architecture) on Rails.
# Problem
The application will be a tool to schedule appointments for patients with the
correspondant patient that can treat the illness.
# Features definition
# Setup