Skip to content

filipercampos/api-nodejs-mssql

Repository files navigation

Description

API NodeJS MSSQL open api 3.0.0

Running the app

# start app
$ npm start

# dev mode (nodemon)
$ npm run dev

# debug mode
$ npm run debug

# start with pm2
$ npm run pm2

Test

# test end to end
$ npm run test:e2e

# unit tests
$ npm run test:u

# individual tests or other
$ npm run test:i

# all tests
$ npm test

packages

Update dependencies

# install package
$ npm i -g npm-check-updates

# update package.json
$ ncu -u

# install update
$ npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published