This is a simple Laravel 12 application for managing authors and their books. It provides full CRUD (Create, Read, Update, Delete) functionality using SQLite as the database.
HTML frontend with a form. Sends data to the backend via fetch (using POST). Backend receives the data and inserts it into a SQLite database. Features Form with fields: name, email, message Form ...