Skip to content

✔️ Hapi HTTP framework app with Postgresql and Joi Validator

Notifications You must be signed in to change notification settings

hafifamudi/Dicoding-Project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published