Skip to content

Simple Yet Powerful Car Wash Management System. PHP MySQL, Chart.js Ajax

License

Notifications You must be signed in to change notification settings

MuokaPWambua/carwash-jo.com

 
 

Repository files navigation

PHP MySQL Car Wash Management System

This is a full stack Car Wash Management System done using PHP and MySQL.

Features

  • Admin Login, session handling and logout
  • Car wash status dashboard (For wide screen devices)
  • Car wash Status (For mobile devices)
  • Add new car
  • Update status [Initialized, In Progress, On Hold, Completed, Dispatched]
  • Add notifications
  • Show Notifications in Dashboard
  • Monthly Statistics
  • View / Filter Car Wash history
  • Send Push Notifications
  • Send Email updates to the customer
  • Enhanced .htaccess file for caching and Gzip compression (loading time less than 0.6 milis)
  • Realtime data (no need to refresh bashboard)

How to setup

  1. clone the project
git clone  https://github.com/w3gen/carwash-jo.com.git 
  1. change admin\includes\dbconfig.php
$con = mysqli_connect("host","username","password","database");
  1. Upload all project files into your host
  2. import the database file Database\carwash_data.sql
  3. change the Car Wash Name, Car Wash Email, Car Wash Contact Number, username, email and password
  4. You are all set to use the Car Wash Management System

Contribution

Avatar Asiri H Asiri H Hire Me

TODO

  • support multiple users from frontend
  • Send SMS Alerts
  • Styling and Coding standard enhansments
  • support multiple car washes

screenshot of car wash management system

About

Simple Yet Powerful Car Wash Management System. PHP MySQL, Chart.js Ajax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 32.2%
  • JavaScript 28.3%
  • SCSS 20.4%
  • PHP 12.3%
  • HTML 5.2%
  • Hack 1.6%