Skip to content

👍 ShareBoard - Share your favorite links with this MVC OOP web app

Notifications You must be signed in to change notification settings

rbelow/object-oriented-php

Repository files navigation

ShareBoard: Object Oriented PHP Web App

Installation guide

  1. Create a MySQL database

  2. Import in your new database the Database/shareboard.sql file

  3. Add a config.php file in the root folder with:

<?php

// Define DB Params
define("DB_HOST", "localhost");
define("DB_USER", "root");
define("DB_PASS", "");
define("DB_NAME", "my-database-name");

// Define URL
define("ROOT_PATH", "/my-app-folder/");
define("ROOT_URL", "http://localhost/my-app-folder/");

Enjoy!

Releases

No releases published

Packages

No packages published

Languages