Skip to content

olavsl/IT1901-ITP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open the project in GitPod: [Gitpod Ready-to-Code]

Personal Finance Application

Building and running

The project is built using Maven.

Developer installation

  1. Clone project locally or open it in gitpod
  2. Open folder as Maven project in your IDE and cd in to personal_finance
  3. Install modules by running 'mvn install -DskipTests'
  4. Run 'mvn compile'
  5. Start rest-server with 'mvn spring-boot:run -f rest/pom.xml'
  6. In a different terminal run tests to see that everything works with 'mvn verify'
  7. In that same terminal run 'mvn -Premoteapp -pl fxui javafx:run'
  8. Now the app should appear on your screen. Database (JSON) can be viewed in the web browser by going to http://localhost:8080/personal_finance/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages