This is the final project which was created for the Diploma in Software Engineering.
Steps to run project in the Machine
- Clone or download the repository.
- Extract all the files and move it to the 'htdocs' folder of your XAMPP directory.
- Start the Apache and Mysql in your XAMPP control panel. (Should install XAMPP Server to create a localhost server.)
- Open your web browser and type 'localhost/phpmyadmin'
- In phpmyadmin page, create a new database called 'expense_tracker'.
- Import the file 'expense_tracker.sql' to your newly created database.
- Open a new tab and type 'localhost/foldername' in the url of your browser. (folder name should be the name of your project folder in the htdocs.)