This project is an example of using Hibernate with Spring Boot.
Main ideas of the project is an application to manage all expenses and funds of a team.
- Java 8
- Maven 3
- Angular CLI
cd ui
ng build
The build artifacts will be stored in the ../src/main/resources/public/
directory.
# Navigate back to project root folder
cd ..
# Run spring-boot
mvn spring-boot:run
Visit http://localhost:8080
Api documentation: http://localhost:8080/swagger-ui.html