The backend service for BookManagement Android app based on Spring Boot and MySQL.
- JDK 17+
- MySQL
- retrieve all books
- retrieve book by id
- update books
- delete book by id
This project has been deployed on AWS ec2 instance, if you want to run it locally, please follow the following steps:
- set environment variables:
ENDPOINT=your database urlDB_USERNAME=your database usernameDB_PASSWORD=your database password
- execute command
./gradlew bootRun