shwetd19 / Astra_CFM

Case Flow Managment system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

⚖️ NYAYA SARATHI : Case Flow Management System 🤝

🚀 Team Astra_11 - SIH Finalists 2023

View Demo · Presentation · Project Files

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

Problem Statement : SIH 1279, Development of software for streamlining the listing of cases through Differentiated Case Flow Management

This project is based on implementation of a Differentiated Case Flow Management System (DCFM) for providing a technology-driven solution for allowing prioritization and faster processing of cases. . The judicial system faces challenges in managing cases efficiently due to varying time demands for fair adjudication. The objective is to eliminate chronological disposition, minimizing delays, and ensuring more predictable case event timelines, thus expediting case disposal.

Our motive is towards seamless integration of this solution into existing e-court web portal of the Indian Judiciary

Objectives:

  • Implementation of DCFM system: To use technology to handle administrative difficulties, freeing up time for judges and assisting in prompt case listing, resulting in faster case disposition

  • Efficient Case Prioritization: Effectively prioritize cases, decreasing dependency on chronological sequence and ensuring cases flow quickly through the system.

  • Integration with the existing system: Efficiently and seamlessly integrate the innovative software solution with the existing e-court system, ensuring enhanced functionality

  • Case Disposal Time Reduction: Reduce and estimate the time gap between distinct case occurrences, consequently accelerating the total case disposal process.

Built With

Crafted with Cutting-Edge Technologies: Explore the major frameworks and libraries that power our project for an in-depth look into its robust foundation.

  • React
  • Node.js
  • MongoDB
  • Express.js
  • Google Vertex AI

Getting Started

Jump into Action: Your go-to guide for quickly setting up and diving into the essentials of our project.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

Ensure a Smooth Start by Meeting the Essential Requirements Before Diving into the Project.

  1. Clone the repo
    git clone https://github.com/shwetd19/NyayaSarthi.git
  2. Install NPM packages
  • frontend
    cd frontend  && npm install npm@latest -g
  • backend
    cd backend  && npm install npm@latest -g
  1. Enter your API in .env

    PORT = "Port_Number";
    MONGO_URI = "";
    JWT_SECRET = "";
    
    API_ENDPOINT = "";
    PROJECT_ID = "";
    MODEL_ID = "";
    LOCATION_ID = "";

Usage

Discover how to effectively utilize the features and functionalities of our project in the usage section

Run the application:

  • Start the backend:

    cd backend && npm run dev
  • Start the frontend:

    cd frontend && npm run dev

Now, NyayaSarthi is up and running! Access the application through your browser and explore its features for an efficient and user-friendly experience.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Your Name - @codewithmitesh - codewithmitesh@gmail.com

Project Link: https://github.com/codewithmitesh/NyayaSarthi

Acknowledgments

Heartfelt appreciation to the individuals whose unwavering contributions and support have been instrumental in bringing the project to fruition. Cheers to Team Astra_11 !!

About

Case Flow Managment system


Languages

Language:TypeScript 92.4%Language:JavaScript 5.6%Language:CSS 1.5%Language:Python 0.2%Language:HTML 0.2%