"Greggy Laundry Online" Website Application is a Website that is used to store a lot of information. Information that can be stored is member data, item data, login data, item usage data, purchase data, purchase detail data, transaction detail data, transaction data, laundry type data, employee data, supplier data, and tariff data This application is expected to facilitate the work of Teachers / Admins in conducting data collection.
This application was created for assignments on the 12th grade "Dynamic Web" subjects.
- Clone the repo
git clone https://github.com/bluohazard/laundry_smk.git
-
Import Database
attachment/database/jasa_laundry.sql
to your PhpMyAdmin -
Edit file
config/koneksi.php
adjust to your database connection. Example :
$host = "localhost"; // MySQL host Url
$user = "root"; // MySQL user
$password = ""; // MySQL password
$database = "jasa_laundry"; // database name
Distributed under the MIT License. See LICENSE
for more information.
Greggy Gianini Firmansyah - @greggygf - greggygf@gmail.com