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

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

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.