Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.46 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.46 KB

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.