Skip to content

Build a rest api using nodejs/express.js, swagger and postgres db.

Notifications You must be signed in to change notification settings

jaihan/node-api-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-api-postgres

Build a rest api using nodejs/express.js, swagger and postgres db.

Technologies implemented:

Installation

$ npm install

Setting up the database for development

PostgreSQL database connection options are shown in the following table:

Option Development
Host localhost
Port 5432
Username postgres
Password postgres
Database node-api

Running the app

# development
$ node index.js

SWagger API docs

Swagger documentation will be available at http://localhost:3000/api-docs/

About

Build a rest api using nodejs/express.js, swagger and postgres db.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published