An open API service indexing awesome lists of open source software.

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

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

- Background of the Pharo image by Anna Gál from Pixabay.