Database Configuration
-->Create a new Database with name 'currency_converter' or any other
-->Run Sql Script on Database.

Codebase Configuration
There is a config File located in 
adminPanel/config.php
currencyConverter

There are Database Configurations

$host = 'localhost';								(Database Host Name)
$db_username = 'root';								(Database User Name)
$db_password = '123';								(Database Password)
$db_name = 'currency_converter';						(Db Name)

