项目作者: Mikheull

项目描述 :
Shopy - Ecommerce CMS | 🏫 SAE Institute Paris
高级语言: PHP
项目地址: git://github.com/Mikheull/Shopy.git
创建时间: 2019-04-11T16:57:51Z
项目社区:https://github.com/Mikheull/Shopy

开源协议:

下载


GitHub last commit" class="reference-link">Shopy Issues GitHub last commit

Shopy is a handmade e-commerce CMS. It has been designed to fit any type of clothing store. This CMS has a complete administration panel, with intuitive interfaces to create categories and products. It also includes a large amount of options to modify our site as desired.


This project was done in school (2nd year)

Installation

Use git clone to install this website.

  1. git clone https://github.com/Mikheull/Shopy.git

Configure the access to your database

  1. // File ./database.php
  2. $host = 'localhost';
  3. $dbname = 'shopy';
  4. $user = 'root';
  5. $pass = 'root';

Usage

Just launch your PHP server

Build With

  • PHP
  • MYSQL

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.