Recipe Sharing Platform ======================= Default Admin Credentials: Username: admin Password: admin123 How to Use: 1. Import the provided SQL schema into your MySQL database. 2. Place all PHP files and folders under your web root. 3. Adjust the database connection info in includes/db.php if necessary. 4. Access index.php or dashboard.php in your browser. 5. Register as a new user or login as admin to start adding recipes. 6. Admin can manage all recipes via admin dashboard. Security Notes: - Passwords are hashed with password_hash(). - Sessions manage user login and roles. - Input is sanitized and prepared statements are used to prevent SQL injection. Enjoy your Batman-themed Recipe Sharing Platform!