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

https://github.com/decafsucks/decafsucks

Rebuilding decafsucks.com as a Hanami example app
https://github.com/decafsucks/decafsucks

dry-rb hanami hanami-app rom-rb ruby

Last synced: 6 days ago
JSON representation

Rebuilding decafsucks.com as a Hanami example app

Awesome Lists containing this project

README

          

# Decaf Sucks

[![ci](https://github.com/decafsucks/decafsucks/actions/workflows/ci.yml/badge.svg)](https://github.com/decafsucks/decafsucks/actions/workflows/ci.yml)

Decaf Sucks was once a thriving little cafe review app and community.

We’re going to rebuild it as an OSS Hanami 2.0 example application. Watch this space!

## Setup

Install Ruby & Node using [Mise](https://mise.jdx.dev/):

```shell
mise install
```

Run Postgres via Docker Compose:

```shell
docker compose up -d
```

Setup the app:

```
bin/setup
```

Then run the app:

```
bin/dev
```

Open [localhost:2300](http://localhost:2300) to see the app, and [localhost:8025](http://localhost:8025) to inspect emails.