This application requires that you have the following installed locally:
- IDE of your choice (We use IntelliJ IDEA)
- The latest version of Java
- Gradle
Additionally, to test the application, you must have a Vonage account. You can create a Vonage account for free or manage your Vonage account details at the Vonage Dashboard.
You can run this application by first cloning this repository locally and opening in your IDE.
Once you have downloaded a local copy, change into the directory of the application and you can now set up the API credentials for your Vonage account.
Inside the source code, add your Vonage API key and API Secret to the string values.
As always, make sure not to commit your sensitive API credential data to any public version control.
- Execute
gradle run
in your terminal. - Visit
http://localhost:3000
in your browser.
We ❤️ contributions from everyone! If you see something that needs fixing, then please follow the GitHub Flow and we'll try to incorporate it.
This project is under the Apache 2.0 License.