Logo Lanfrica

adham3mad/Sanad-backend

Type de record:

software
Créateur:
adh
Hôte:
Sanad is an innovative technology solution designed to address the critical gaps in Egypt's legal system. By leveraging artificial intelligence and verified legal databases, our platform provides instant, accurate, and affordable criminal law consultations to both individuals and legal professionals. # ❯ REPLACE-ME Built with the tools and technologies: --- ## Table of Contents - Table of Contents - Overview - Features - Project Structure - Project Index - Getting Started - Prerequisites - Installation - Usage - Testing - Roadmap - Contributing - License - Acknowledgments --- ## Overview --- ## Features ❯ REPLACE-ME --- ## Project Structure ```sh └── / ├── .github │ └── workflows ├── Dockerfile ├── README.md ├── Sanad │ ├── Attributes │ ├── Controllers │ ├── DTOs │ ├── Migrations │ ├── Models │ ├── Program.cs │ ├── Properties │ ├── Sanad.csproj │ ├── Sanad.http │ ├── Services │ ├── appsettings.Development.json │ ├── appsettings.json │ ├── bin │ └── obj ├── Sanad.sln └── publish ├── Azure.Core.dll ├── Azure.Identity.dll ├── BCrypt.Net-Next.dll ├── Microsoft.AspNetCore.Authentication.JwtBearer.dll ├── Microsoft.Bcl.AsyncInterfaces.dll ├── Microsoft.Data.SqlClient.dll ├── Microsoft.EntityFrameworkCore.Abstractions.dll ├── Microsoft.EntityFrameworkCore.Relational.dll ├── Microsoft.EntityFrameworkCore.SqlServer.dll ├── Microsoft.EntityFrameworkCore.dll ├── Microsoft.Extensions.Caching.Memory.dll ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll ├── Microsoft.Extensions.DependencyInjection.dll ├── Microsoft.Extensions.Logging.Abstractions.dll ├── Microsoft.Extensions.Logging.dll ├── Microsoft.Extensions.Options.dll ├── Microsoft.Identity.Client.Extensions.Msal.dll ├── Microsoft.Identity.Client.dll ├── Microsoft.IdentityModel.Abstractions.dll ├── Microsoft.IdentityModel.JsonWebTokens.dll ├── Microsoft.IdentityModel.Logging.dll ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.dll ├── Microsoft.IdentityModel.Protocols.dll ├── Microsoft.IdentityModel.Tokens.dll ├── Microsoft.OpenApi.dll ├── Microsoft.SqlServer.Server.dll ├── Microsoft.Win32.SystemEvents.dll ├── Newtonsoft.Json.dll ├── Npgsql.EntityFrameworkCore.PostgreSQL.dll ├── Npgsql.dll ├── Sanad.deps.json ├── Sanad.dll ├── Sanad.exe ├── Sanad.p …