radespratama / openmusic-queue-consumer

Repository ini dibuat agar semua orang yang tertarik untuk mencari referensi submission Dicoding kelas 'Belajar Fundamental Aplikasi Back-End'✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

OpenMusic API Queue Consumer

Explore the docs »

🚀 Quickstart

Run the website locally

git clone https://github.com/radespratama/openmusic-queue-consumer.git openmusic-queue-consumer

Setting up the project

cd openmusic-queue-consumer

# Install deps
yarn || npm install

Setup Environment

# Input your PostgreSQL
PGUSER=
PGHOST=
PGPASSWORD=
PGDATABASE=
PGPORT=

# Input your SMTP Server
MAIL_HOST=
MAIL_PORT=
MAIL_ADDRESS=
MAIL_PASSWORD=

# Input your RabbitMQ Server
RABBITMQ_SERVER=

Starting consumer

yarn start || npm run start

Built With ⚡

Javascript Node Mailer Ampqlib


Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

Repository ini dibuat agar semua orang yang tertarik untuk mencari referensi submission Dicoding kelas 'Belajar Fundamental Aplikasi Back-End'✨


Languages

Language:JavaScript 96.2%Language:Shell 3.8%