Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 816 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 816 Bytes

Description

This project uses Firebase Admin SDK and NestJS with TypeScript and TypeORM. You can send Notification using this project API. You can use Swagger https://localhost:$PORT:docs/ if you want to see all endpoints.

Features

Send all notification

Send notification to token

send notification to topic

Subscribe to topic

Unsubscribe to topic

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Stay in touch

License

This project is MIT licensed.