SQL DB

to change configuration please see services/conf.php file, you must edit this data with your own data.

public DB_SERVER = "localhost";
public DB_USER = "root";
public DB_PASSWORD = "";
public DB_NAME = "markeet";

We also include the dummy database file at backend folder, Step to import database : 1. create new database with any name, in cpanel its located at menu MySQL database 2. create/reuse user database and remember its password 3. connect user database with your database from number 1 4. Go to menu phpMyAdmin, import database_markeet_demo.sql into created database number 1 5. still on markeet database go to menu Operations, change Collation to utf8mb4_unicode_ci and press GO

For first login you can login with username : user_markeet, password : user

Database Architecture :

Last updated