Skip to content

AustinMusuya/portfolio-site-php

Repository files navigation

create db named portfolio.<the sql query is on the portfolio.sql file>,
import database scheme on mysql,
cross check your password and user as below or to your configuration and adjust the configure.php file

$DB_SERVER = 'localhost';
$DB_USER = 'root';
$DB_PASS = '';

$database = 'portfolio';

run the file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published