Skip to content

EECE430L/ExchangeRate_Desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inflate Rates Desktop App

Dependencies

The dependencies are in pom.xml.

  • com.squareup.retrofit2:retrofit:2.9.0: Javafx Maven Plugin for JSON Serialization and Deserialization
  • com.squareup.retrofit2:converter-gson:2.9.0: JavaFX Maven Plugin for HTTP Client to call the backend API

Steps to run the app

  1. Clone the repository
  2. Open the project with intelliJ
  3. Download the dependencies (Prject Structure -> Libraries -> + -> From Maven)
  4. Run Main directly from intelliJ

Structure

Folder Description
api Everything related to API calling (endpoints, models, service)
exchange Source code for all different sections/nodes
resources Source code for fxml and css file that are rendered
pom.xml List of dependencies

References

Releases

No releases published