A Repository made for 2nd year group project: All is in code folder
-
Copy the contents of the repo into your localhost system. (Xampp, Wamp etc.)
-
Import the
CLEANCAR_FINAL.sql
dump file in the database/ directory to a newly created database in your system named ascleancar
. -
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';
This was a project done with 0 experience on development 😛 feedback and issue pointing is more than welcome 🙏 !