https://github.com/sorcery/sorcery-example-app
Example app showing how to use Sorcery in your project
https://github.com/sorcery/sorcery-example-app
Last synced: 9 months ago
JSON representation
Example app showing how to use Sorcery in your project
- Host: GitHub
- URL: https://github.com/sorcery/sorcery-example-app
- Owner: Sorcery
- Created: 2016-09-27T16:32:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T18:56:24.000Z (over 4 years ago)
- Last Synced: 2023-03-10T01:17:31.905Z (over 3 years ago)
- Language: Ruby
- Size: 205 KB
- Stars: 12
- Watchers: 4
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An example app displaying the usage of [Sorcery](https://github.com/Sorcery/sorcery).
Files of interest:
- `app/controllers/*`
- `app/mailers/user_mailer.rb`
- `app/models/user.rb`
- `app/views/*`
- `config/initializers/sorcery.rb`
- `db/migrate/*`
## Development Environment – Docker
Run `docker-compose up` to start the container.
Use `docker exec sorcery_example ` to run a shell command.
For example:
`docker exec sorcery_example rake db:migrate`
`docker exec sorcery_example bundle install`