Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 588 Bytes

File metadata and controls

15 lines (10 loc) · 588 Bytes

med?

This is a service that allows to quickly check the trustworthiness of a medicine by its Russian trade name.

Launching

Since the app uses Gemini API for summarization, you need to obtain an API key from the Google AI Studio.

Then, set the GOOGLE_AI_API_KEY environment variable to your API key. The code reads .env files, so you can set the variable there if you want.

To launch or build the app, follow the Phoenix documentation. The main command youu need is mix phx.server to run the code.