Skip to main content

Application Links

This page provides quick access to all application URLs and service endpoints for the Zynomi platform.

Production Environment

Web Applications

ApplicationURLDescription
Patient Portalhttps://your-domain.comPatient-facing mobile web application
Provider Portalhttps://provider.your-domain.comHealthcare provider dashboard
Admin Panelhttps://admin.your-domain.comAdministration interface

Backend Services

ServiceURLDescription
Frappe Backendhttps://your-site.frappe.cloudFrappe/ERPNext backend
Frappe APIhttps://your-site.frappe.cloud/apiREST API endpoint
Supabase Dashboardhttps://app.supabase.com/project/your-projectDatabase management
Supabase APIhttps://your-project.supabase.coSupabase REST API

API Gateway

ServiceURLDescription
KrakenD Gatewayhttps://api.your-domain.comUnified API gateway
Health Checkhttps://api.your-domain.com/__healthGateway health status

Monitoring & Analytics

ServiceURLDescription
Vercel Dashboardhttps://vercel.com/your-teamDeployment management
Firebase Consolehttps://console.firebase.google.comPush notifications
Sentry Dashboardhttps://sentry.io/your-orgError tracking

Development Environment

Local Development

ServiceURLDescription
Web App (Dev)http://localhost:3000Local development server
Storybookhttp://localhost:6006Component library
API Docshttp://localhost:3000/api-docsAPI documentation

Staging Environment

ApplicationURLDescription
Staging Apphttps://staging.your-domain.comPre-production testing
Staging APIhttps://api-staging.your-domain.comStaging API gateway

API Endpoints Reference

Authentication

POST /api/v1/auth/login
POST /api/v1/auth/register
POST /api/v1/auth/refresh
POST /api/v1/auth/logout

Patients

GET  /api/v1/patients
GET /api/v1/patients/:id
POST /api/v1/patients
PUT /api/v1/patients/:id

Medications

GET  /api/v1/medications
GET /api/v1/medications/:id
POST /api/v1/medications/log

Clinical Trials

GET  /api/v1/trials
GET /api/v1/trials/:id/participants
POST /api/v1/trials/:id/enroll

Quick Access

For detailed API documentation, see the API Reference section.