v1 of protocol checker
All checks were successful
Deploy to Server / deploy (push) Successful in 34s

This commit is contained in:
Aniketh Kalagara
2026-04-14 19:08:02 -05:00
parent 2f69f57cf7
commit 4098453c97
7 changed files with 328 additions and 57 deletions

6
server/.env.example Normal file
View File

@@ -0,0 +1,6 @@
DATABASE_URL=postgresql://labwise:labwise_dev_pw@localhost:5432/labwise_db
MAILGUN_API_KEY=your_mailgun_api_key_here
MAILGUN_DOMAIN=your_mailgun_domain_here
FROM_EMAIL=LabWise <postmaster@your_mailgun_domain_here>
OPENAI_API_KEY=your_openai_api_key_here
OPENAI_MODEL=gpt-5-mini