gojourney/docs

# Docs and Source Code

The documentation for Journey is available on hexdocs.pm/journey (opens in a new window)

Journey's source code is available on github.com/markmark206/journey (opens in a new window)

# Demo Apps

Here are a couple of open-source example applications that demonstrate the use of Journey: JourDash Food Delivery Service and Horoscopes.

## JourDash Food Delivery Service

JourDash is a play-demo food delivery service. It uses Journey to conduct its πŸ“ food "deliveries" – from πŸš™ pickup to 🏠 drop-off or πŸ§‘β€πŸ¦± handoff, with analytics.

JourDash is running on jourdash.gojourney.dev (opens in a new window)

The application's source is available on GitHub: github.com/markmark206/jour_dash (opens in a new window)

## Horoscopes

Horoscopes is a Phoenix application for computing "horoscopes".

It uses Journey to orchestrate the visitor experience, while giving you a chance to peek behind the scenes.

The application is running at horoscopes.gojourney.dev (opens in a new window)

Its source is available on GitHub: github.com/shipworthy/journey-demo (opens in a new window)