Skip to content

Sanjays2402/Court-Case-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚖️ Court Case Management System

PHP MySQL Bootstrap JavaScript

A full-stack web application to manage court cases and make legal information easily accessible. Built with PHP, MySQL, and Bootstrap.

📖 About

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.

✨ Features

  • 🔐 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

📁 Project Structure

├── 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

🚀 Getting Started

Prerequisites

  • PHP 7.x+
  • MySQL
  • Apache/Nginx (or XAMPP/WAMP)

Setup

  1. Clone the repository
    git clone https://github.com/Sanjays2402/Court-Case-Management.git
  2. Import the database schema into MySQL
  3. Update database credentials in PHP/server.php
  4. Start your local server and navigate to PHP/index.php

👤 Author

Sanjay Santhanam


⭐ Star this repo if you found it useful!

About

⚖️ Web application for managing court cases and legal workflows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages