Skip to content

diaspd/notifications-service

Repository files navigation

Notifications Service

Technologies   |    Project   


project image



🚀 Getting started

Clone the project and access the folder.

$ git clone https://github.com/diaspd/notifications-service.git
$ cd 

Installation

$ npm install

Running the app

# 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

Methods:

POST to create notifications: http://localhost:3000/notifications
GET to count: http://localhost:3000/notifications/count/from/{id}
GET notification: http://localhost:3000/notifications/from/{id}



💻 Technologies

This project was developed with the following technologies:

  • NestJs
  • NodeJs
  • Prisma

📄 Project

💰 Project to create and show notifications with back end.



Made with ♥ by Pedro Dias. 👋 Follow me on social media!

If you can give a little star, I appreciate it 🤩

About

A Notification sender with Nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published