hafifamudi / Dicoding-Project-1

✔️ Hapi HTTP framework app with Postgresql and Joi Validator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dicoding-Project-1

first install the depedency

npm install

set the postgres DB and make sure you have the user for the postgres

sudo -u postgres psql

CREATE DATABASE music;

GRANT ALL PRIVILEGES ON DATABASE music TO <<username>>;

run the program

npm run start-dev

About

✔️ Hapi HTTP framework app with Postgresql and Joi Validator


Languages

Language:JavaScript 100.0%