ov1n / Cleancar

repository made for 2nd year group project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🙏 !

About

repository made for 2nd year group project


Languages

Language:PHP 65.5%Language:CSS 17.0%Language:HTML 12.5%Language:JavaScript 3.5%Language:Hack 1.5%