Skip to content

Subayan/node-hapi-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project NHP-101

This is a demo API project using the following

Prerequisite

  • You have to have nodejs installed.
  • You have to have Postgres SQL installed. (Locally or on any server.)

Enviroment File

USER= <USER OF THE DB>
HOST=  <IP OF THE DB>
DATABASE= <NAME OF THE DB>
PASSWORD= <PASSWORD OF THE USER>
PORT=  <PORT OF THE DB>

How to run this project

  • Pul this repository and cd to the root folder
  • Create the .env (enviroment) file with all the mentioned fileds
  • run the following commands
npm i 
npm start

API Documentation

Backup

DB backup file is present in the sql-backup folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published