Skip to content

anton-cornak/healthcare-poc

 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.6%
  • TypeScript 6.6%
  • Other 0.8%