https://github.com/radespratama/openmusic-queue-consumer
Repository ini dibuat agar semua orang yang tertarik untuk mencari referensi submission Dicoding kelas 'Belajar Fundamental Aplikasi Back-End'✨
https://github.com/radespratama/openmusic-queue-consumer
amqplib dicoding dicoding-submission nodejs nodemailer postgresql
Last synced: about 1 year ago
JSON representation
Repository ini dibuat agar semua orang yang tertarik untuk mencari referensi submission Dicoding kelas 'Belajar Fundamental Aplikasi Back-End'✨
- Host: GitHub
- URL: https://github.com/radespratama/openmusic-queue-consumer
- Owner: radespratama
- Created: 2022-06-05T08:18:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T04:50:03.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T07:33:36.435Z (about 1 year ago)
- Topics: amqplib, dicoding, dicoding-submission, nodejs, nodemailer, postgresql
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Quickstart
### Run the website locally
```
git clone https://github.com/radespratama/openmusic-queue-consumer.git openmusic-queue-consumer
```
## Setting up the project
```bash
cd openmusic-queue-consumer
# Install deps
yarn || npm install
```
## Setup Environment
```bash
# 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
```bash
yarn start || npm run start
```
## Built With ⚡



## 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