Skip to content

sample to make a project with nodejs(express) and postgresql

Notifications You must be signed in to change notification settings

javierlecca/nodejs-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sampleposgresql

sample to make a project with nodejs(express) and postgresql

Let's do it

Download the poject and create into the project the file ".env", in this file you must be define the parameters of enviroment.

The list of parameters is:

  • DBHOST = // Host of DB server
  • DBPORT = // Port of DB server
  • DBDATABASE = // name of DB
  • DBUSER = // User to make a conection into the DB
  • DBPASSWORD = // Password to make a conection into the DB
  • PORT = // Port to realese the server in nodejs

Dependencies

  • dotenv
  • express
  • helmet
  • pg-promise

About

sample to make a project with nodejs(express) and postgresql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published