Explore Documentation
Select a path below to get started with Wizlo.For Developers
Explore our API endpoints, Webhooks, and database schemas.
For Users
Learn about patient management, charting, and document handling.
Security & Compliance
HIPAA compliance, role-based permissions, and data isolation.
Authentication
Implementation guides for multi-tenant authentication.
Getting Started
Follow these steps to set up the Wizlo environment locally.1
Setup Backend
Navigate to the
api directory and follow the setup guide to install
dependencies and start the NestJS server.2
Setup Frontend
Navigate to the
emr-frontend directory to launch the Next.js application.3
Configure Database
Set up PostgreSQL and run the Prisma migrations to seed your database.
4
Environment Variables
Copy
.env.example to .env and configure your API keys and database URL.