Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.
/ KlinoffRoad Public archive

KlinoffRoad, PHP and MySQL based online store made by miskamero and jooapa

Notifications You must be signed in to change notification settings

miskamero/KlinoffRoad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

52bb850 · Nov 10, 2024

History

36 Commits
Oct 31, 2024
Oct 31, 2024
Nov 10, 2024
Nov 8, 2024
Nov 8, 2024
Nov 9, 2024
Nov 9, 2024
Nov 9, 2024
Nov 9, 2024
Nov 9, 2024
Nov 8, 2024
Nov 6, 2024
Nov 10, 2024
Nov 10, 2024
Nov 7, 2024
Nov 8, 2024
Nov 8, 2024
Nov 9, 2024
Nov 10, 2024
Nov 10, 2024
Nov 7, 2024
Nov 10, 2024
Nov 9, 2024
Nov 10, 2024
Nov 9, 2024
Nov 9, 2024
Nov 10, 2024
Nov 9, 2024
Nov 10, 2024
Nov 6, 2024

Repository files navigation

KlinoffRoad

KlinoffRoad is a web application for off-road enthusiasts to shop for products, manage their carts, and complete purchases. This project uses PHP and MySQL and is designed to run on a local XAMPP server.

Table of Contents

Installation

  1. Download and Install XAMPP:

    • Download XAMPP from Apache Friends and install it on your local machine.
  2. Clone the Repository:

    • Clone this repository to your local machine:
     git clone https://github.com/miskamero/course-exercise-JAMK.git
  3. Move the Project to XAMPP's htdocs Directory:

    • Move the cloned project folder to the htdocs directory of your XAMPP installation. For example:

      mv course-exercise-JAMK C:\xampp\htdocs\klinoffroad

Database Setup

  1. Start Apache and MySQL:

    • Open the XAMPP Control Panel and start the Apache and MySQL services.
  2. Create the Database:

    • Open phpMyAdmin by navigating to http://localhost/klinoffroad in your web browser.
    • Create a new database named klinoffroad.
  3. Import the Database Schema:

    • In phpMyAdmin, select the klinoffroad database.
    • Click on the "Import" tab and import the klinoffroad.sql file located in the project root directory.
  4. Insert Example Data:

    • Optionally, you can insert example data by running the SQL commands in the exampleDataInsertions.txt file.

Configuration

Encryption Key:
  • Ensure the key.klinoff file is present in the project root directory. This file contains the encryption key used for encrypting and decrypting sensitive data.

Usage

  1. Access the Application:

    • Open your web browser and navigate to http://localhost/klinoffroad.
  2. User Registration and Login:

    • Register a new user or log in with existing credentials.
  3. Shopping:

    • Browse products, add items to your cart, and proceed to checkout.
  4. Admin Panel:

    • Log in as the admin user to manage products and users.

Important Note

  • Admin Credentials:
    • you need to create an admin user in the database manually.

About

KlinoffRoad, PHP and MySQL based online store made by miskamero and jooapa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published