Skip to content

patpolts/sample-service-notifications

Repository files navigation

NestJS TypeScript Prisma Jest

Notifications Service

This project is a sample notification service created for educational purposes through a microservices class from Rocketseat. It manages and delivers notifications to users using technologies such as NestJS, Prisma, Jest, and TypeScript. The project includes comprehensive unit tests and emphasizes clean code principles, the S.O.L.I.D. architecture, and Domain-Driven Design (DDD).

Table of Contents

Installation

To install the dependencies, run the following command:

npm install

Usage

To start the service, use the following command:

npm start:prod  #production
npm start:dev #development

Tests

To run the tests, use the following command:

npm run test

About

Sample NestJs notifications service with tests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published