Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

bwheel/SDN_Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDN Search Web App

A client-side searchable web app for the US Treasury OFAC SDN List, powered by SQLite and SQL.js. The project supports fast full-text search using FTS5 in the browser and using Bootstrap 5.


Features

  • Search SDN entries by name, program, title, vessel, and owner.
  • Full-text search powered by SQLite FTS5 in the browser (via SQL.js).
  • Mobile-friendly and responsive UI with Bootstrap 5.
  • Prebuilt SQLite database for fast client-side searching.
  • Simple development workflow using uv.

building the db

uv run python -m bin.build
uv run python -m bin.create_db

running the dev server locally

uv run python -m bin.dev_server

Demo

Demo

Releases

No releases published

Packages

No packages published