Shopy - Ecommerce CMS | 🏫 SAE Institute Paris
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)
Use git clone
to install this website.
git clone https://github.com/Mikheull/Shopy.git
Configure the access to your database
// File ./database.php
$host = 'localhost';
$dbname = 'shopy';
$user = 'root';
$pass = 'root';
Just launch your PHP server
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.