Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/otp-service
Build restful webservices and generate Otp using twilio service.
https://github.com/himash79/otp-service
otp-generator otp-verification restful-webservices spring-boot twilio-api twilio-sms-api
Last synced: 3 days ago
JSON representation
Build restful webservices and generate Otp using twilio service.
- Host: GitHub
- URL: https://github.com/himash79/otp-service
- Owner: himash79
- Created: 2022-11-27T09:07:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T09:10:45.000Z (about 2 years ago)
- Last Synced: 2024-11-21T04:11:56.593Z (2 months ago)
- Topics: otp-generator, otp-verification, restful-webservices, spring-boot, twilio-api, twilio-sms-api
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Otp-service
Build restful webservices and generate Otp using twilio service.## Requirements
01) Java 11
02) Maven 3.8
03) Twilio Account## Project setup
01) Clone the project
https://github.com/himash79/Otp-service.git
02) Configure Twilio enviromentFollow the steps on `Config.txt` file
03) Clean and build the project using mavenopen command line (CMD) in project directory and execute 'mvn clean install'
04) Open project using intelij / eclipse.
05) Expose Rest APIs and retrieve responses.