Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bagashiz/openmusic-api

Submission for Dicoding's "Belajar Fundamental Aplikasi Back-End" course. It is built with Hapi.js web framework for Node.js and PostgreSQL database.
https://github.com/bagashiz/openmusic-api

hapi nodejs postgresql rabbitmq redis restful-api

Last synced: 17 days ago
JSON representation

Submission for Dicoding's "Belajar Fundamental Aplikasi Back-End" course. It is built with Hapi.js web framework for Node.js and PostgreSQL database.

Awesome Lists containing this project

README

        

# Description

This is my submission for Dicoding's [Belajar Fundamental Aplikasi Back-End](https://www.dicoding.com/academies/271) course that is built with Node.js using [Hapi.js](https://hapi.dev/) web framework and [PostgreSQL](https://www.postgresql.org/) database. The app is also integrated with [RabbitMQ](https://www.rabbitmq.com/) for sending email notification and [Redis](https://redis.io/) for caching.

## Documentation

I have improved the documentation by using [JSDoc](https://jsdoc.app/). You can access the documentation by opening `docs/index.html` in your browser.

## Learning and Reference Sources

- [Belajar Fundamental Aplikasi Back-End](https://www.dicoding.com/academies/271) by [Dicoding](https://www.dicoding.com/)