Skip to content

marksch/dogstm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 74.5%
  • CSS 21.5%
  • JavaScript 2.2%
  • HTML 1.8%