Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 884 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 884 Bytes

Stats

LAst Commits

CleanCar

Clean-Car

A Repository made for 2nd year group project: All is in code folder

Steps for deploy:

  1. Copy the contents of the repo into your localhost system. (Xampp, Wamp etc.)

  2. Import the CLEANCAR_FINAL.sql dump file in the database/ directory to a newly created database in your system named as cleancar.

  3. Change the existing content of [Cleancar/code/app/lib/Database.php /](Cleancar/code/app/lib/Database.php /) as desired to :

$host='localhost';
$username='YOUR_USERNAME';
$password='YOUR_PASSWORD';
$db='cleancar';

Feedback:

This was a project done with 0 experience on development 😛 feedback and issue pointing is more than welcome 🙏 !