A full-stack web application to manage court cases and make legal information easily accessible. Built with PHP, MySQL, and Bootstrap.
Developed using full-stack web technologies (HTML, CSS, JavaScript, PHP, MySQL) to create a complete interactive web application that helps manage court cases and makes case information available more easily.
- 🔐 User Authentication — Sign up, login, and session management
- 📝 File New Cases — Add and register new court cases
- 🔍 Case Lookup — View case details and status
- 👤 Client Portal — Authenticated client dashboard
- 📬 Contact Form — Get in touch functionality
- 📊 Presentation — Includes SIH (Smart India Hackathon) presentation
├── PHP/
│ ├── index.php # Landing page
│ ├── login.php # User login
│ ├── signup.php # User registration
│ ├── server.php # Backend logic & DB connection
│ ├── clientlogin.php # Client dashboard
│ ├── clientcase.php # Case details view
│ ├── addcase.php # File a new case
│ ├── contact.php # Contact page
│ ├── thankyou.php # Confirmation page
│ └── error.php # Error handling
└── Image/ # Project images
- PHP 7.x+
- MySQL
- Apache/Nginx (or XAMPP/WAMP)
- Clone the repository
git clone https://github.com/Sanjays2402/Court-Case-Management.git
- Import the database schema into MySQL
- Update database credentials in
PHP/server.php - Start your local server and navigate to
PHP/index.php
Sanjay Santhanam
⭐ Star this repo if you found it useful!