It's application for receiving and handling messages from student from university military departments.
This service has possibilities to send notification students via social networks and messengers like vkontakte using REST API.
- Clone project from GitHub
git clone https://github.com/squadster/mercury.git
- Install JDK (use Java 11)
- Configure database in application.properties in src/main/java/resources
- Configure vk tokens in tokens.properties in src/main/java/resources
- Run application
./gradlew bootRun
We use GitHub packages for deployment.
Check out Dockerfile and this repo for more information.
For the whole application check out this repo.
Your ideas and wishes are welcome via issues and pull requets.
Check contributing guidelines for more info.