Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bagashiz/openmusic-api
- Owner: bagashiz
- License: mit
- Created: 2023-08-15T13:24:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T04:44:54.000Z (over 1 year ago)
- Last Synced: 2024-10-30T07:03:05.200Z (2 months ago)
- Topics: hapi, nodejs, postgresql, rabbitmq, redis, restful-api
- Language: JavaScript
- Homepage: https://openmusic.bagashiz.me
- Size: 618 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)