Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 771 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 771 Bytes

Expenses-Tracker

This is the final project which was created for the Diploma in Software Engineering.

Steps to run project in the Machine

  1. Clone or download the repository.
  2. Extract all the files and move it to the 'htdocs' folder of your XAMPP directory.
  3. Start the Apache and Mysql in your XAMPP control panel. (Should install XAMPP Server to create a localhost server.)
  4. Open your web browser and type 'localhost/phpmyadmin'
  5. In phpmyadmin page, create a new database called 'expense_tracker'.
  6. Import the file 'expense_tracker.sql' to your newly created database.
  7. 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.)