per·qui·si·tion. ˌpərkwə̇ˈzishən. plural -s. : a thorough search. specifically : a search by warrant.
🩺 A service, written in Elixir using Phoenix's LiveView, to provide a thorough search of the Office of the Inspector General's Healthcare Exclusions database.
- Run
mix setup
to install and setup dependencies - Setup Postgres in the config
- Run
mix ecto.setup
&mix run priv/repo/seeds.exs
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server