Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 770 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 770 Bytes

team-expense-manager

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.

Team expense management schema diagram

Prerequisites

Build UI package:

cd ui
ng build

The build artifacts will be stored in the ../src/main/resources/public/ directory.

Run this project by execute the following command:

# 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