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.
The flow is the following:
- Ideas/suggestions go to Discussions.
- Approved/selected ideas go to the public backlog.
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.
API available on api/graphql
endpoint
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.