https://github.com/bishal99-pj/appointment-management-system
Appointease - A Full Stack generic NEXT.js app catering needs of bookings and appointments with a user friendly interface and an admin dashboard
https://github.com/bishal99-pj/appointment-management-system
admin-dashboard appwrite auth authorization nextjs14 node react react-hook-form sentry shadcn-ui sms-service tailwind tdd twilio typescript zod
Last synced: 6 months ago
JSON representation
Appointease - A Full Stack generic NEXT.js app catering needs of bookings and appointments with a user friendly interface and an admin dashboard
- Host: GitHub
- URL: https://github.com/bishal99-pj/appointment-management-system
- Owner: Bishal99-pj
- Created: 2024-07-21T18:35:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-27T20:47:25.000Z (about 1 year ago)
- Last Synced: 2024-08-27T22:34:20.038Z (about 1 year ago)
- Topics: admin-dashboard, appwrite, auth, authorization, nextjs14, node, react, react-hook-form, sentry, shadcn-ui, sms-service, tailwind, tdd, twilio, typescript, zod
- Language: TypeScript
- Homepage: https://appointment-management-system-xi.vercel.app
- Size: 4.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Appointment Management CRUD 🩺](https://appointment-management-system-xi.vercel.app)
Appointease is a comprehensive yet generic management system designed to streamline the process of managing bookings or appointments especially for health care service providers. This application provides a seamless user experience with robust form validation, secure role-based access, and real-time messaging features, all powered by a modern tech stack including Next.js, TypeScript, Appwrite and more.
**visit**: https://appointment-management-system-xi.vercel.app
## Features ✨
- 🛠️ **Next.js Server Actions**: Leveraged the power of Next.js `server actions` to isolate service calls and improve performance.
- ✅ **Form Validation**: Implemented robust form validation using `react-hook-form` for a better user experience.
- 🎣 **Custom Hooks**: Simplified and reused complex logic across components.
- 🛡️ **Error Logging**: Integrated `Sentry` to efficiently track and monitor errors and user metrics across the entire application.
- 📧 **Messaging Service**: Integrated `Twilio` for sending SMS confirmation to users about the current status of the appointment.
- 💾 **Appwrite DB**: Used `Appwrite` as the backend database for managing and storing data.
- 🔒 **Role-Based Authorization**: Implemented `role-based authorization` to ensure secure access control.
- 📊 **Admin Dashboard**: Built an `admin dashboard` using a custom datatable component to manage and display statistics effectively.
- 🧑💻 **TypeScript**: Utilized `TypeScript` with `Zod` validation schemas to ensure end-to-end type safety.## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.