Easy to use API to manage subscriptions.
Creates a new user and send a verification email.
Verifies the user's email. Used in the verification email.
Deletes the user, used to unsubscribe from the mailing list.
Returns all verified users. It is an admin route, requires AUTH_TOKEN
.
Removes all unverified users. It is an admin route, requires AUTH_TOKEN
.
Install the dependencies
pnpm install
Run the development server:
pnpm dev