Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.38 KB

Healthcare POC

How to run it locally:

  • Make sure you have docker and docker-compose installed
  • cd into the root directory of the project
  • add your own OpenAI API key (from this link) to the docker-compose.yaml file as OPENAI_API_KEY without quotes
  • add your own Geocode API KEY (from this link) to the docker-compose.yaml file as GEOCODE_API_KEY without quotes
  • docker-compose up --build

If any changes to the database are made (especially in init.sql), run docker-compose down -v and then docker-compose up --build again.

Comments: