Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 975 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 975 Bytes

PharoEDA Sample App

An app based on 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:

Metacello new repository: 'github://osoco/pharo-eda-sample-app:main'; baseline: #PharoEDASampleApp; load

Then, run it with

EDASAApplication run

Credits