Skip to content
forked from ov1n/Cleancar

repository made for 2nd year group project

Notifications You must be signed in to change notification settings

hbsbashitha/Cleancar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.5%
  • CSS 17.0%
  • HTML 12.5%
  • JavaScript 3.5%
  • Hack 1.5%