/OpenMusicAPI

this project is my Submittion for Dicoding Back-End Fundamental Class.

Primary LanguageJavaScript

NodeJS Nodemon Postgres

OpenMusicAPI


this project is my Submittion for Dicoding Back-End Fundamental Class.

Don't forget to setup your .env file with # server configuration inside =>
  HOST=
  PORT=
  PGUSER=
  PGHOST=
  PGPASSWORD=
  PGDATABASE=
  PGPORT=

to create migrations file =>
  npm run migrate create "put_what_ever_file_name_you_want"

After u done code the file / already have migrations file =>
  npm run migrate up

pg migrate documentation = https://salsita.github.io/node-pg-migrate/#/

Changelog
 v1 - Hapi Plugin, Data Validation, and Postgress database Implementation