Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mkaidev/mkaidev-medika
- Owner: mkaidev
- Created: 2024-07-05T14:18:04.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-09T12:09:39.000Z (6 months ago)
- Last Synced: 2024-07-10T03:17:49.012Z (6 months ago)
- Language: TypeScript
- Homepage: https://mkaidev-medika.vercel.app
- Size: 5.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/v1NEXT_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.