A web platform to assist lawyers in managing legal cases efficiently. This platform ensures compliance with government regulations and automates key legal tasks to save time and reduce human error.
- Overview
- Project Versions
- Technologies Used
- Setup Instructions
- Features
- Project Collaboration
- Licensing
The Support System for Lawyers is a web application designed to streamline the management of legal cases, automate essential tasks, and ensure compliance with government regulations. Developed as a collaborative project, this platform leverages modern technologies to help legal professionals manage cases more efficiently, track deadlines, and store documents securely.
- Case Management: Create, update, and manage legal cases.
- Document Management: Upload and organize case-related documents.
- Deadline Tracking: Set and track deadlines for various tasks.
- User Management: Secure login and user access control.
This project has been developed in two versions:
- Built with pure JavaScript for foundational functionality.
- Simple case management and document tracking.
- Rewritten using Angular to enhance performance, scalability, and maintainability.
- Advanced features and optimizations for a smoother user experience.
The system uses PostgreSQL for data storage, ensuring secure and reliable management of case data.
This project utilizes the following technologies:
- C# for backend logic and API development.
- Angular for building a responsive frontend.
- PostgreSQL for secure data storage and management.
- Bootstrap for responsive UI components.
- Visual Studio as the IDE for development.
Before you start, ensure you have the following installed:
- .NET Core SDK: For the C# backend.
- Node.js: Required to run the Angular frontend.
- PostgreSQL: For managing the database.
- Clone the repository:
git clone https://github.com/JoelJonassi/JuriTechRESTFullAPIandWeb.git
