Skip to content

cosmicsarthak/hospital-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

Hospital Management App

Core Features:

  • Dashboard
  • Appointments
  • Database connect
  • Payments management
  • sync with database
  • auto API generate to connect to any Frontend
  • dark & light themes

Tech Stack

  • NextJS 13
  • Typescript
  • Tailwind CSS
  • Planetscale
  • Clerk Authentication

Package Install

npm install

Setting up the .env file

# clerk-api
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard
DATABASE_URL=
NEXT_PUBLIC_APP_URL="..."

Setup Prisma

  • use Prisma with any Platform you want.

App start

npm run dev

-- Sarthak Mohanty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published