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

https://github.com/anycable/anycasts_demo

Demo applications used in AnyCasts
https://github.com/anycable/anycasts_demo

Last synced: about 2 months ago
JSON representation

Demo applications used in AnyCasts

Awesome Lists containing this project

README

          

[![Build](https://github.com/anycable/anycasts_demo/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/anycable/anycasts_demo/actions/workflows/test.yml)

# AnyCasts Demo

Demo application used in AnyCasts.

You can access the app at [anycasts-demo.fly.dev](https://anycasts-demo.fly.dev). Use `jack` or `alice` as a username and `qwerty` as a password.

## Ideas/suggestions

The flow is the following:
- Ideas/suggestions go to [Discussions](https://github.com/anycable/anycasts_demo/discussions).
- Approved/selected ideas go to [the public backlog](https://github.com/orgs/anycable/projects/5).

## Running locally

```sh
bin/setup

bin/dev
```

And that's it!

To run tests (RSpec), execute the following command:

```sh
bundle exec rspec
```