Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.47 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.47 KB

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.

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

Screenshots

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