Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 533 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 533 Bytes

Perquis

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 with iex -S mix phx.server