JSPM

@benhepburn/adonis-notifications-aws-sns-channel

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 42
    • Score
      100M100P100Q76384F
    • License MIT

    An AWS SNS notification channel for @benhepburn/adonis-notifications

    Package Exports

    • @benhepburn/adonis-notifications-aws-sns-channel
    • @benhepburn/adonis-notifications-aws-sns-channel/types

    Readme

    AdonisJS Mongoose

    This package creates a Mongoose service for use in AdonisJS applications.

    Install

    Install mongoose from npm:

    npm install mongoose

    or

    pnpm install mongoose

    or

    yarn add mongoose

    Then, install the package:

    npm install @benhepburn/adonis-mongoose

    or

    pnpm install @benhepburn/adonis-mongoose

    or

    yarn add @benhepburn/adonis-mongoose

    Finally, configure the package for Adonis:

    node ace configure @benhepburn/adonis-mongoose

    Configuration

    Edit config/mongoose.ts as needed, then add the MongoDB connection URI to your .env file:

    MONGODB_URI=mongodb://...