Skip to content

webertechnologies/stitchit.cottonseeds.org

Repository files navigation

StitchIt

This is similar ecommerce website built using PHP as the backend programming language and MySQL as the database management system.

Getting Started

Prerequisites

To run this project, you will need to have the following software installed on your system:

  • PHP 7 or higher
  • MySQL 5.6 or higher
  • Apache web server

Installation

  1. Clone the repository to your local machine.
  2. Import the database schema to your MySQL database using the file database.sql from releases.
  3. Modify the database credentials in config.php to match your local MySQL server settings.
  4. Upload the project files to your Apache web server.

Usage

Once the project is installed and running, you can access the website by visiting http://localhost/ in your web browser. The website allows users to browse products, add items to their cart, and complete the checkout process.

Built With

  • PHP - Backend programming language
  • MySQL - Database management system
  • HTML/CSS - Frontend web development
  • Bootstrap - Frontend framework

Authors

License

This project is licensed under the MIT License.