An example app displaying the usage of Sorcery.
Files of interest:
app/controllers/*app/mailers/user_mailer.rbapp/models/user.rbapp/views/*config/initializers/sorcery.rbdb/migrate/*
Run docker-compose up to start the container.
Use docker exec sorcery_example <command> to run a shell command.
For example:
docker exec sorcery_example rake db:migrate
docker exec sorcery_example bundle install