/dogstm

Open source dog adoption manager with a responsive adoption page & management system. Can be integrated with Wordpress or any website PHP/MySQL enabled.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

dog-adoption-manager

Open source dog adoption manager with a responsive adoption page & management system. Can be integrated with Wordpress or any website PHP/MySQL enabled.

Installation instructions

Create two directories in at root directory |--root |--dogstm |--manage |--config.php |--Login Login contains the files that come with the download. Config.php is a duplicate of config_example.php and needs to be copied from dogstm.

Table layout

Adoption Manager

id name breed short_description long_description image
int(11) text text text text text
Type Column
Unique Key id
Auto Increment id

Login

user_id user_name user_password_hash user_email
bigint(20) varchar(64) varchar(255) varchar(64)
Type Column
Auto Increment user_id
PRIMARY KEY user_id
UNIQUE KEY user_name

Users /* It isn't clear whether there should be a table "Login". Probably not. */

user_id user_name user_password_hash user_email
bigint(20) varchar(64) varchar(255) varchar(64)
Type Column
Auto Increment user_id
PRIMARY KEY user_id
UNIQUE KEY user_name

Screenshots

Adoption Manager Adoption Page
alt text alt text
alt text alt text
alt text alt text
alt text alt text