Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 703 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 703 Bytes

DermAI+

Take a photo, upload it, get a diagnosis, and connect with recommended dermatologists.

Screen.Recording.2023-11-20.at.11.57.20.PM.mov

Files

  • API: swagger.yaml API Gateway file
  • lambda: all lambda functions
  • src: website code + components written in React/Next.js
    • app: different pages (homepage, dashboard/patient, dashboard/doctor)
    • components: different web components (ChatUI, HomeTab, etc...)

Getting Started

First, run the development server:

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

Open http://localhost:3000 with your browser to see the result.