Pour l'API, consulter le swagger
Ask a dev for the 3 keys necessary to decrypt the secrets :
config/master.key
(optional for dev)config/credentials/development.key
config/credentials/test.key
Then execute:
./bin/install.sh
bundle install
rails s
Then you can visit localhost:3000
bundle exec rspec
bundle exec cucumber
You can also use Guard to run the test of the last saved file :
bundle exec guard
bundle exec rubocop -A
You have to be added on servers to use these binaries.
Usage: bin/script [ENV]
# `less` on logs
bin/explore-remote-logs
# remote rails console
bin/remote-console
# `tail -f` on logs
bin/stream-remote-logs