Take a photo, upload it, get a diagnosis, and connect with recommended dermatologists.
Screen.Recording.2023-11-20.at.11.57.20.PM.mov
- 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...)
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.