Skip to content

MohamedAlabasy/Nest.JS-Notification-Server-Sent-Event

Repository files navigation

Nest.JS Notification Server Sent Event (SSE)

Description:

The project aims to raise a notification using a server-sent-event (SSE).

To run this project

Step 1 : To use this project must install Node.js, Nest.Js and Mongodb Then Download the source code

git clone https://github.com/MohamedAlabasy/Nest.JS-Notification-Server-Sent-Event.git

Step 2 : Enter the project file then install package

npm i

Step 3 : Run server on watch mode :

npm run start:dev

Step 4 : Open postman and import : API Collation You will find it in the project file.


# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod

Test

# unit tests
npm run test

# e2e tests
npm run test:e2e

# test coverage
npm run test:cov

About

The goal of the project is to raise notification by use server sent event (SSE).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published