Welcome to Simple Data Management Platform.
This App using plain PHP, MVC, OOP, PDO, Namespaces, Composer Autoload, Friendly URL, etc.
There are a simple form (protected by admin password) to add new user in a DB.
There are a page with a table to display all users (also protected by admin password). Available filtering and sorting by some columns in this table and delete users from this table.
-
Download (or Clone) app in your root directory.
-
Run
composer installin your root directory. -
Rename
.htaccess.txtto.htaccessin your root directory. If your web-path not equal/, than edit.htaccessfile for correct work of rewrite rules. Edit lineRewriteBase /. -
If you using NGINX server, than use rewrite rules from
.nginx.txt. -
Load database schema and demo content in your database using
db_dump.sql -
Rename
app/config/config-sample.phptoapp/config/config.php. In this file you need to set your database credentials andBASE_PATHwhich will be equal like in lineRewriteBase /in your.htaccessfile in your root directory.

