Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bagashiz/notes-app-queue-consumer
- Owner: bagashiz
- Created: 2023-09-06T12:52:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T04:14:44.000Z (over 1 year ago)
- Last Synced: 2024-10-30T07:03:06.710Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)