Skip to content

BaydoganMirac/furniture-store-website

Repository files navigation

Furniture Website

Furniture store website (corporate website) developed with php. Developed at 2018. I was developed this website improve my skills. Please don't be afraid for edit this code. Feel free to change anything. I know guys this design so bad. :D You do better and open PR :))

Properties

  • PHP
  • CSS3
  • HTML5
  • Ajax
  • Responsive
  • Sef URL
  • SEO

Installation

  • Create a database
  • import mobilya.sql
  • Edit line 4 in src/config.db.php
3
4    $db = new PDO("mysql:host=YOURHOST;dbname=YOURDBNAME;charset=utf8", "YOURUSERNAME", "YOURPASSWORD");
5