Skip to main content

Project Structure

Next.js Project

The main application source code is located in the src directory.

  1. Dashboard:
    Provides an admin dashboard for creating, reading, updating, and deleting (CRUD) data.
  2. 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