I built A comprehensive web-based application in 2 weeks and a few days designed to manage various aspects of livestock on a farm, from basic animal records to health, breeding, feeding, vaccination, mortality, and movement data. This system demonstrates full-stack development capabilities using PHP and MySQL. I still need to fix a table theres an sql issue with Vaccines,pausably the missing colunm in the table and Livestock table need to fix id requirements.
Full CRUD Operations: for:
* Farmers
* Livestock
* Health Records
* Breeding Records
* Feeding Records
* Vaccination Records
* Mortality Records
* Movement & Sales Records
Relational Database Design:** Implements a multi-table MySQL database schema with appropriate relationships to ensure data integrity and organization.
Secure Data Handling:** Utilizes PHP Data Objects (PDO) with prepared statements to prevent SQL injection vulnerabilities.
Password Hashing:** Implements password_hash() for secure storage of user passwords.
Backend:PHP Database: MySQL(MyphpAdmin) Frontend: HTML, CSS, Vanilla JavaScript Server Environment:WAMP
How to Run
- **Clone the repository,
- Set up Database,
Import the
livestock_management.sqlfile into your MySQL database (e.g., via phpMyAdmin). Have WAMP server or XAMPP,