Skip to content

lthoang/team-expense-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Manage team expense and members funding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published