Hello, it is a simpe currenty converter app that was made to practice Spring Boot Framework.
How to install app
-
Clone the repository:
git clone https://github.com/CreatorHRS/ConverterApp.git
-
Change directory:
cd ConverterApp
-
Edit property file, setting you database information /src/main/resources/appliacation.properties
-
Run the SQL script using you database, it will create a test user: Usermail: [email protected] Userpass: TestUser
-
Run the app:
mvn spring-boot:run