Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billalxcode/openmusic-dicoding-submission
Open Music Dicoding Submission
https://github.com/billalxcode/openmusic-dicoding-submission
Last synced: 25 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T02:37:43.000Z (11 months ago)
- Last Synced: 2023-12-14T02:44:38.290Z (11 months 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
```