asirihewage / carwash-jo.com

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

Home Page:https://www.carwash-jo.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.carwash-jo.com/

License:Apache License 2.0


Languages

Language:CSS 35.3%Language:JavaScript 31.1%Language:SCSS 22.4%Language:HTML 5.7%Language:PHP 3.6%Language:Hack 1.9%