Project Structure
Next.js Project
The main application source code is located in the src directory.
- Dashboard:
Provides an admin dashboard for creating, reading, updating, and deleting (CRUD) data. - REST API:
Exposes RESTful API endpoints that allow visitors to query notifications.
SDK Project
The SDK code is located in the sdk directory.
The SDK project provides a simple SDK for developers, making it easy to integrate scheduled notification functionality into their own