Skip to content

novuhq/nestjs-quickstart

Repository files navigation

Novu NestJS Quickstart

This sample demonstrates how to trigger notifications from a NestJS app using Novu.

Configuration

Create a free account in Novu

  1. Go to Novu and click Sign Up.
  2. Use GitHub Account to login.

Obtain Credentials

Your project needs to be configured with the API key from your Novu dashboard.

Run the Quickstart

Before continuing, please ensure you have Node.js installed and accessible from your shell.

Next, use the following command to install the necessary dependencies:

npm install

Create .env file and paste your API key:

NOVU_API_KEY='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'

Run the app in the terminal:

npm run start:dev

⭐️ Why Novu?

Novu provides a unified API that makes it simple to send notifications through multiple channels, including In-App, Push, Email, SMS, and Chat. With Novu, you can create custom workflows and define conditions for each channel, ensuring that your notifications are delivered in the most effective way possible.

✨ Features

  • 🌈 Single API for all messaging providers (In-App, Email, SMS, Push, Chat)
  • 💅 Easily manage notifications over multiple channels
  • 🚀 Equipped with a CMS for advanced layouts and design management
  • 🛡 Built-in protection for missing variables (Coming Soon)
  • 📦 Easy to set up and integrate
  • 🛡 Debug and analyze multi-channel messages in a single dashboard
  • 📦 Embeddable notification center with real-time updates
  • 👨‍💻 Community driven

License

This project is licensed under the MIT license.

About

Quickstart sample app that shows how to trigger notifications from a NestJS app using Novu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published