Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkaidev/mkaidev-medika

Build and Deploy a Patient Management System with Next.js | Twilio, TypeScript, TailwindCSS
https://github.com/mkaidev/mkaidev-medika

Last synced: about 1 month ago
JSON representation

Build and Deploy a Patient Management System with Next.js | Twilio, TypeScript, TailwindCSS

Awesome Lists containing this project

README

        

# Build and Deploy a Patient Management System with Next.js | Twilio, TypeScript, TailwindCSS

## Getting Started

First, run the development server:

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

## environments

before start you must add .env.local file on root project and input your own environment

```js
PROJECT_ID=
API_KEY=
DATABASE_ID=
PATIENT_COLLECTION_ID=
DOCTOR_COLLECTION_ID=
APPOINTMENT_COLLECTION_ID=
NEXT_PUBLIC_BUCKET_ID=
NEXT_PUBLIC_ENDPOINT=https://cloud.appwrite.io/v1

NEXT_PUBLIC_ADMIN_PASSKEY=111111

SENTRY_AUTH_TOKEN=
```

If you want to learn how to create it please follow below tutorial👇:
➡ Tutorial Link 💚: [Build and Deploy a Patient Management System with Next.js | Twilio, TypeScript, TailwindCSS](https://www.youtube.com/watch?v=lEflo_sc82g)

---

## ⭐DO NOT FORGET TO STAR THIS REPO⭐

---

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.