https://github.com/shavit/redwater
📲 Rails app to activate users using SMS
https://github.com/shavit/redwater
docker-image rails-tutorial twilio two-factor-authentication
Last synced: 17 days ago
JSON representation
📲 Rails app to activate users using SMS
- Host: GitHub
- URL: https://github.com/shavit/redwater
- Owner: shavit
- Created: 2017-08-19T02:57:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T03:04:51.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T13:52:59.767Z (5 months ago)
- Topics: docker-image, rails-tutorial, twilio, two-factor-authentication
- Language: Ruby
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redwater
[](https://travis-ci.org/shavit/Redwater)
[](https://codeclimate.com/github/shavit/Redwater)Rails app to send verification code through SMS.
## Requirements
* Twilio account
* Docker
* Public IP## Quick start
Run this command
````
docker-compose up
````## Testing
````
rake test
````