This project is for the first submission Dicoding class "Learning Back-End Application Fundamentals"
Install with npm
npm install
create file.env
# server configuration
HOST=localhost
PORT=5000
# node-postgres configuration
PGUSER=developer
PGHOST=localhost
PGPASSWORD=supersecretpassword
PGDATABASE=open_music_app
PGPORT=5432