Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rinkhimera/carepulse

A healthcare platform that streamlines patient registration, appointment scheduling, and medical records.
https://github.com/rinkhimera/carepulse

appwrite nextjs14 node-js react reacthookform sentry shadcn-ui tailwindcss typescript zod-validation

Last synced: 4 days ago
JSON representation

A healthcare platform that streamlines patient registration, appointment scheduling, and medical records.

Awesome Lists containing this project

README

        

CarePulse


A healthcare platform that streamlines patient registration, appointment scheduling, and medical records.

## Prerequisites

Make sure you have the following installed on your machine:

- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/) or [bun](https://bun.sh/)

## Installation

**Cloning the Repository**

Open your terminal or command prompt, clone the repository, and navigate to the directory:

```bash
git clone https://github.com/RinKhimera/carepulse.git
cd carepulse
```

**Install the dependencies**

Install the project dependencies using npm or bun:

```bash
npm install
# or
bun install
```

**Set Up Environment Variables**

Create a new file named `.env.local` in the root of your project and add the following content:

```env
#APPWRITE
NEXT_PUBLIC_ENDPOINT=https://cloud.appwrite.io/v1
DATABASE_ID=
PROJECT_ID=
API_KEY=
PATIENT_COLLECTION_ID=
APPOINTMENT_COLLECTION_ID=
NEXT_PUBLIC_BUCKET_ID=

NEXT_PUBLIC_ADMIN_PASSKEY=111111
```

## Getting Started

Run the development server:

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

Open [http://localhost:3000](http://localhost:3000) in your browser to view the project. You're done!

## Tech Stack

- Next.js
- Appwrite
- Twilio
- TailwindCSS
- Shadcn UI
- TypeScript

## Deployment

This app is deployed on [Vercel Platform](https://vercel.com). It is the easiest way to deploy your Next.js app and it's from the creators of Next.js.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## Author

[Samuel Pokam](https://github.com/RinKhimera)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## ⭐ Like what I'm doing? Give it a star