Appoinify Server is the backend application for the Appoinify project, responsible for handling all API requests, managing user authentication, and interacting with the database. It provides endpoints for the client application to retrieve and manage appointment data.
- User authentication and authorization
- CRUD operations for services and appointments
- Notification management for appointments
- Database integration with MongoDB
- Backend: Node.js, Express
- Database: MongoDB
- Authentication: JWT
- Environment Management: dotenv