Spring Boot push notification system using One Signal
This project was created to demonstrate a simple application built with Kotlin + Spring Boot including One Signal push notification system.
Features
The application was built with:
- Kotlin as programming language
- Spring Boot as web framework
- Jackson as data bind serialization/deserialization
- One Signal for push notifications
Getting started
You need just JVM installed.
The server is configured to start on 8080.
Build:
./gradlew clean build
Start the server:
./gradlew run
Contributing
Feel free to open a issue or submit a pull request for any bugs/improvements.