VisaPay is a flutter payment app with features like generating links and QR code for payments.
Clone this repository
git clone https://github.com/mikal09/Visa-Pay
- Install and setup flutter using Install flutter.
- Navigate to the project directory Visa-Pay
- Remove the folder VisaPaymentRESTService folder
- Install the required flutter extension and packages in VS Code or Android studio.
- Launch Emulator or run on real device
- Run the app from terminal using
flutter run
.
- Navigate to the project directory Visa-Pay
- Create a fat jar out of Spring Boot Application (VisaPaymentRESTService folder only) using
mvn clean install
. An embedded Tomcat Server is also built-in. - If you wish to deploy the application as WAR, change the packaging property inside pom.xml to war.
- Run the jar file using
java -jar <artifact-name>