- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Twilio is used for SMS sending and Twilio Verify tests
Client
Server
Database
- SMS
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
using HTTPS:
git clone https://github.com/ElsonOtake/Twilio.git
cd Twilio
using an SSH key:
git clone git@github.com:ElsonOtake/Twilio.git
cd Twilio
using GitHub CLI:
git clone gh repo clone ElsonOtake/Twilio
cd Twilio
Install this project with:
bundle install
rails db:create db:migrate
To run the project, execute the following command:
rails console
Twilio::SmsService.new(body: 'Your message', phone_number: '+55111234567890').call
bin/dev
Open http://localhost:3000/
on your browser.
👤 Elson Otake
- GitHub: elsonotake
- Twitter: @elsonotake
- LinkedIn: elsonotake
- ** **
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
This project is MIT licensed.