Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hombre2014/carepulse
JS Mastery Build and Deploy a Patient Management System with Next.js | Twilio, TypeScript, TailwindCSS
https://github.com/hombre2014/carepulse
appwrite appwrite-auth appwrite-database nextjs14 sentry shadcn-ui tailwindcss twilio typescript
Last synced: about 2 months ago
JSON representation
JS Mastery Build and Deploy a Patient Management System with Next.js | Twilio, TypeScript, TailwindCSS
- Host: GitHub
- URL: https://github.com/hombre2014/carepulse
- Owner: Hombre2014
- License: mit
- Created: 2024-07-07T19:09:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T09:08:13.000Z (4 months ago)
- Last Synced: 2024-10-16T09:02:34.970Z (2 months ago)
- Topics: appwrite, appwrite-auth, appwrite-database, nextjs14, sentry, shadcn-ui, tailwindcss, twilio, typescript
- Language: TypeScript
- Homepage: https://carepulse-lovat.vercel.app
- Size: 5.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# CarePulse
> A healthcare app for managing patients' appointments with SMS notification.
## Built With
- Major languages: TypeScript
- Backend: Appwrite.io
- Framework: Next.js
- Tools used: Twilio, Sentry
- Styling: TailwindCSS, shadcn/ui## Screenshots
### Sign up page
![Home](/public/assets/images/Carepulse_home.png)
### Admin Dashboard
![Admin Dashboard](/public/assets/images/Carepulse_admin.png)
## Live Link
You can view the current deployment by clicking the link bellow:
[Live Demo site](https://carepulse-lovat.vercel.app/)
## Deployment
Deploy your project with [Vercel](https://vercel.com/)
## Getting Started
To get a local copy up and running follow these simple example steps.
- Clone the project to your local machine using `git clone https://github.com/Hombre2014/carepulse.git`
- `cd carepulse` into the project directory
- Run `npm install` to install the necessary packages
- have a look at the `.env.example` file and create a `.env.local` file with the necessary environment variables
- For the demo site the `NEXT_PUBLIC_ADMIN_PASSKEY=123456`
- Run `npm run dev` to start the development server
- Open your browser and go to `http://localhost:3000/`## Author
👤 **Yuriy Chamkoriyski**
- GitHub: [@Hombre2014](https://github.com/Hombre2014)
- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)
- LinkedIn: [axebit](https://linkedin.com/in/axebit)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Hombre2014/carepulse/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Thanks to JavaScript Mastery for inspirational [video](https://www.youtube.com/watch?v=lEflo_sc82g).
## 📝 License
This project is [MIT](./license.md) licensed.