Skip to content

Domain base nodeJS express rest API with postgres database

Notifications You must be signed in to change notification settings

aforamitdev/node-postgres-api

Repository files navigation

migration script example

    "migrate:create": "node-pg-migrate create $name -j $type"
name=create_company_table type=sql npm run migrate:create