1.0.1 • Published 1 year ago

@3mrhussein/express-pg-starter v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

This is a started Express-Postgres-Typescript-Jasmin project

Installation

run npx express-pg-starter <project_name>

scripts

npm run migrate db-migrate up

npm run test : //to migrate up the test database and run tests

npm run test-reset : //to reset the database and migrate down

npm run lint : // check errors

npm run lint:fix : // fix errors

npm run dev : //run project in dev mode

npm run start : // npx tsc && node dist/src/index.js