Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 480 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 480 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Businnes rules

Registering Announcement

sequenceDiagram
    actor Regular
    actor Manager
    Regular->>Manager: Register peding announcement
    Manager->>Regular: Approve announcement to be Public

Loading