A search platform to access various Albanian public record databases. Built with .NET 10 and Next.js 15.
Database Size: 1.1GB+ of indexed and searchable records
Data Sources: Includes leaked datasets such as those from the 2021 data breach
Note: No data is included in this repository.
- .NET 10 SDK
- Node.js 20+
cd backend/Kerko
dotnet restore
dotnet runcd frontend
npm install
npm run dev