Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bagashiz/notes-app-queue-consumer

This is the message queue consumer implementation for Dicoding's notes app.
https://github.com/bagashiz/notes-app-queue-consumer

Last synced: 17 days ago
JSON representation

This is the message queue consumer implementation for Dicoding's notes app.

Awesome Lists containing this project

README

        

# Description

This is the message queue consumer implementation for [Dicoding's notes app](http://notesapp-v2.dicodingacademy.com/) web app that is built with [Hapi.js](https://hapi.dev/) web framework for Node.js.

## Dependencies

- [Node.js](https://nodejs.org/en/) v18.17.1
- [NPM](https://www.npmjs.com/) v9.6.7
- [Pg](https://www.npmjs.com/package/pg) v8.11.1
- [Ampqlib](https://www.npmjs.com/package/amqplib) v0.10.3
- [Nodemailer](https://www.npmjs.com/package/nodemailer) v6.9.5

## Learning and Reference Sources

- [Belajar Membuat Aplikasi Back-End untuk Pemula](https://www.dicoding.com/academies/261) by [Dicoding](https://www.dicoding.com/)