https://github.com/billalxcode/openmusic-dicoding-submission
Open Music Dicoding Submission
https://github.com/billalxcode/openmusic-dicoding-submission
Last synced: about 2 months ago
JSON representation
Open Music Dicoding Submission
- Host: GitHub
- URL: https://github.com/billalxcode/openmusic-dicoding-submission
- Owner: billalxcode
- Created: 2023-08-20T14:30:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T02:37:43.000Z (over 2 years ago)
- Last Synced: 2025-01-27T12:12:02.988Z (over 1 year ago)
- Language: JavaScript
- Size: 1.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenMusic V1
Hai, ini adalah hasi proyek yang saya kerjakan yaitu proyek open music di sebuah bootcamp yaitu Dicoding.
## How to install?
```shell
$ npm i
$ touch .env
```
tambahkan environment berikut di dotenv kamu
```
HOST=localhost
PORT=5000 # ubah port (bebas / opsional)
PGUSER=postgres # ubah username
PGHOST=localhost
PGPASSWORD=1234 # ubah password
PGDATABASE=openmusic # ubah database
PGPORT=5432
```