Shopee MVC - nvan.ha 👋
- This is the website converted from
PSD
toHTML
andCSS
, cloned from shopee.vn Source code
with full basic functions ofuser
andadmin
- Site is built from
HTML, CSS, JavaScript, MySql, PHP
, notFramework
- Not yet
Responsive Web
Set config in ./config/config.php
:
define("DB_HOST", "YOUR_HOST");
define("DB_USER", "YOUR_USER");
define("DB_PASS", "YOUR_PASSWORD");
define("DB_NAME", "YOUR_NAME");
Index:
localhost/shopee_mvc/index.php
Admin Control Panel:
localhost/shopee_mvc/admin/index.php
Note, account login page Admin is: nvanha-nvh