Skip to content

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

Notifications You must be signed in to change notification settings

radespratama/openmusic-queue-consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'✨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published