Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 1.74 KB

README.md

File metadata and controls

72 lines (51 loc) · 1.74 KB
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