This is an Android app to convert amounts from USD to LBP and vise versa depending on the LBP rate that day.
This app contains two pages. The first one is a landing page, and the second is the interactive page in which the user converts currencies. AndroidStudio is used to develop the frontend, and PHP for the backend.
- Clone this repository in xampp > htdocs
- Start Apache & MySQL in XAMPP Control Panel
- Go to http://localhost/phpmyadmin and create a Database called "converterdb"
- Create a table called histories and in it create 3 attributes: amount (double), rate (double), and currency (varchar(255))
- Create a .env file in the server folder and take a look at the environmental variables in .env.example and fill them in the .env
- Go to the client and run the android app and interact with it