

๐ Table of Contents
- ๐ค Introduรงao
- โ๏ธ Stack
- ๐ Funcionalidades
- ๐คธ Iniciar
- Next.js
- Appwrite
- Typescript
- TailwindCSS
- ShadCN
- Twilio
๐ Register as a Patient: Users can sign up and create a personal profile as a patient.
๐ Book a New Appointment with Doctor: Patients can schedule appointments with doctors at their convenience and can book multiple appointments.
๐ Manage Appointments on Admin Side: Administrators can efficiently view and handle all scheduled appointments.
๐ Confirm/Schedule Appointment from Admin Side: Admins can confirm and set appointment times to ensure they are properly scheduled.
๐ Cancel Appointment from Admin Side: Administrators have the ability to cancel any appointment as needed.
๐ Send SMS on Appointment Confirmation: Patients receive SMS notifications to confirm their appointment details.
๐ Complete Responsiveness: The application works seamlessly on all device types and screen sizes.
๐ File Upload Using Appwrite Storage: Users can upload and store files securely within the app using Appwrite storage services.
๐ Manage and Track Application Performance Using Sentry: The application uses Sentry to monitor and track its performance and detect any errors.
and many more, including code architecture and reusability
Prerequisitos
Instale na sua maquina
Clone este repositorioi
https://github.com/PhelipeG/Plataforma-HealtCare.git
cd Plataforma-HealtCare
Instalaรงao
Instale as dependencias usando npm:
npm install
Configure as variaveis de ambiente
crie um arquivo .env.local
na pasta root do projeto contendo :
#APPWRITE
NEXT_PUBLIC_ENDPOINT=https://cloud.appwrite.io/v1
PROJECT_ID=
API_KEY=
DATABASE_ID=
PATIENT_COLLECTION_ID=
APPOINTMENT_COLLECTION_ID=
NEXT_PUBLIC_BUCKET_ID=
NEXT_PUBLIC_ADMIN_PASSKEY=111111
Rodando projeto
npm run dev
Abrir http://localhost:3000 no seu browser

Leave a Reply