From c253bdf19e7b58bb6cc90f8b2985e9ca32e374a5 Mon Sep 17 00:00:00 2001 From: serialexperiments0815 <112315380+serialexperiments0815@users.noreply.github.com> Date: Fri, 28 Nov 2025 15:16:03 +0100 Subject: [PATCH] Revise README with project details and features Updated project description and added features and tech stack sections. --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e002d86..4218274 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,46 @@ -# SerialsEnforcingInterface -The Serial Enforcing Interface Database is a web-based application designed to simulate the management of criminal records for individuals. It allows users to create profiles, attach criminal records, and store the data in a MySQL database through a simple PHP interface. +# Serial Enforcing Interface Database + +A simple **web-based criminal records management system** built with **PHP**, **MySQL**, and **HTML/CSS**. +The project allows creating, viewing, updating, and deleting **person profiles** and their associated **criminal records**. + +--- + +## Features + +- **Profile Management** + - Create a new profile with: + - Picture upload + - First, middle, and last names + - Date of birth + - State of residence + - View existing profiles + - Delete profiles + +- **Criminal Record Management** + - Add multiple criminal offenses per profile + - Each record includes: + - Offense date + - Type of offense + - Disposition outcome + - Detailed location (prefix, street, unit, city, state, ZIP, county) + - Sentence/penalty (optional) + - Delete individual offenses + +- **Landing Page** + - Navigation to: + - Profile catalog + - Profile creation form + - External “Exit” link + +--- + +## Tech Stack + +- **Frontend:** HTML5, CSS3 +- **Backend:** PHP 7+ +- **Database:** MySQL (tested with MariaDB) +- **File Handling:** JSON intermediary for staging profile data before database commit + +--- + +