Database Setup Required

KlinCheck needs a database connection to function properly.

Setup Steps:

  1. Create a MySQL database through your hosting control panel
  2. Import the database schema from /public_html/database/schema.sql
  3. Add seed data from /public_html/database/seed_data.sql
  4. Edit the /.env file with your database credentials

Example .env configuration:

DB_HOST=localhost
DB_NAME=your_database_name
DB_USER=your_database_user
DB_PASS=your_database_password

For help, contact your hosting provider or check the documentation in /docs.