https://github.com/osoco/pharo-eda-sample-app
A sample application based on PharoEDA
https://github.com/osoco/pharo-eda-sample-app
Last synced: 4 months ago
JSON representation
A sample application based on PharoEDA
- Host: GitHub
- URL: https://github.com/osoco/pharo-eda-sample-app
- Owner: osoco
- License: gpl-3.0
- Created: 2021-05-27T04:13:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T12:15:00.000Z (almost 5 years ago)
- Last Synced: 2025-08-06T15:54:02.105Z (11 months ago)
- Language: Smalltalk
- Size: 4.02 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PharoEDA Sample App
An app based on [PharoEDA](https://github.com/osoco/pharo-eda "PharoEDA").
## Motivation
A sample application is useful for describing how to use PharoEDA, and also to try out bleeding-edge features when developing PharoEDA itself.
## Design
A simple domain consisting of:
- A conference
- Questions asked in a conference
- Questions liked in a conference
## Usage
First, load it with Metacello:
```smalltalk
Metacello new repository: 'github://osoco/pharo-eda-sample-app:main'; baseline: #PharoEDASampleApp; load
```
Then, run it with
```smalltalk
EDASAApplication run
```
## Credits