An open API service indexing awesome lists of open source software.

https://github.com/viniciusaborba/notification-service

Welcome to the Nest-Notifier repository, an application developed in NestJS to streamline efficient and personalized notification delivery. This project offers a robust and flexible structure, leveraging the powerful NestJS framework to create scalable and modularized APIs.
https://github.com/viniciusaborba/notification-service

nestjs postgresql

Last synced: about 2 months ago
JSON representation

Welcome to the Nest-Notifier repository, an application developed in NestJS to streamline efficient and personalized notification delivery. This project offers a robust and flexible structure, leveraging the powerful NestJS framework to create scalable and modularized APIs.

Awesome Lists containing this project

README

          

# Notifier

This repository contains the code of a basic notifier application which was developed with TypeScript and NestJS.

## 🚀 How can I set up the backend?

First of all, clone the project in your computer.

```bash
https://github.com/viniciusaborba/notification-service.git
```

## 💫 Running the backend

```bash
// Install necessary dependencies
$ npm install

// Run the containers
$ docker-compose up -d

// Run the migrations
$ npx prisma run migrate

// Create .env and .env.test files on root and fill it base on .env.example and .env.test.example

// Run the server
$ yarn dev
$ npm run dev
```

## 🚀 Technologies

- TypeScript
- NodeJS
- NestJS
- Class Validator
- Class Transformer
- Prisma
- Jest
- Supertest
- TSX

## 💻 Copywright

Feel free to use this material to your own projects.