Skip to content

anycable/anycasts_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

AnyCasts Demo

Demo application used in AnyCasts.

You can access the app at anycasts-demo.fly.dev. Use jack or alice as a username and qwerty as a password.

Ideas/suggestions

The flow is the following:

Docs

Git hooks for development

This project is configured with Lefthook git hook manager.
Follow this guide for setup it locally https://github.com/evilmartians/lefthook/blob/master/docs/other.md.

GraphQL API

API available on api/graphql endpoint

Specs

System

System tests configured for running in local & docker environments.
For docker environment dip using.
Use this command if you want to run all suites:

dip rspec system

Or this one for run specific spec:

dip rspec system spec/system/channel_spec.rb

Launching in local is simple:

bundle exec rspec --tag type:system

See dip.yml for additional info.