Skip to content

prasetyodidi/open-music-api

Repository files navigation

Open Music API

This project is for the first submission Dicoding class "Learning Back-End Application Fundamentals"

Installation

Install with npm

npm install

Getting Started

create file.env

# server configuration
HOST=localhost
PORT=5000

# node-postgres configuration
PGUSER=developer
PGHOST=localhost
PGPASSWORD=supersecretpassword
PGDATABASE=open_music_app
PGPORT=5432

Tech Stack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors