Backend service that can interact with both SQL and NoSQL databases.
- Java 17
- Spring Boot 3
- Maven
- Spring Data
Start databases using docker. Can use the script provided:
bash ./development/start-database.sh
Then start application:
mvn spring-boot:run
Run the following to stop databases:
bash ./development/stop-database.sh
mvn clean install