/Bookmarks

Write URL bookmarks to a local MySQL database

Primary LanguagePHPMIT LicenseMIT

Bookmark database

This repository contains a set of scripts to manage bookmarks in a MySQL database. Layout of the webpages are built with the Semantic UI framework. All pages have been tested with Apache 2.4.33, PHP 7.1.16 and MySQL 5.7.22

Download and copy the content of this repository to the DocumentRoot of your webserver…

Setup of the MySQL database:

  • Edit the include/connect.php file and change the database settings : replace ‘host_name' , 'user_name' , 'password' and 'database_name' with values which reflect your own configuration.

  • The structure of the database (eg. “Bookmarks” ) can be found in the database/ directory. Import the database.sql file to create the required table. Contains several example bookmarks to get you started.

Functionality:

There are three pages you can use to manage the bookmarks:

License

This project is licensed under the MIT License - see the LICENSE.md file for details