Skip to content

httpsvarad/Lab-Sphere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabSphere is a modern web platform for managing labs, doctors, and patients with seamless authentication, booking, and verification flows. Built with Next.js, TypeScript, and Tailwind CSS, it provides a scalable and responsive application foundation.

🚀 Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://labsphere-three.vercel.app in your browser to see the app.

You can start editing the UI by modifying files in the app/ directory (e.g., app/page.tsx). The app will auto-update as you make changes.

This project uses next/font to automatically optimize and load Geist.

⚙️ Tech Stack

  • Frontend: Next.js 14 (App Router) + TypeScript + Tailwind CSS
  • Authentication: Supabase (Email, Phone OTP, Social Logins) + Twilio OTP integration
  • Database: PostgreSQL with Prisma ORM
  • Storage: Supabase Storage for certificates and documents
  • Deployment: Vercel (for frontend)

📖 Learn More

To dive deeper into the core technologies:

🚢 Deployment

The easiest way to deploy LabSphere is to use Vercel for the frontend. For the backend (Supabase + PostgreSQL), check out the Supabase Deployment Guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.6%
  • JavaScript 10.1%
  • Other 1.3%