Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 250 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 250 Bytes

Node PostgreSQL Sample

A simple Express app using Sequelize to access PostgreSQL.

Usage

  • Run npm install
  • Start a PostgreSQL database
  • Set the environment variables for DB_HOST, DB_NAME, DB_USER, DB_PASSWORD
  • Run node ./server.js