1.0.0 • Published 8 months ago

systems-api v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

ZAP SYSTEMS API

Development

Copy env sample file

cp env.sample .env

create a .npmrc file and include a valid token

//registry.npmjs.org/:_authToken=some-valid-token

And change the values to valid ones.

RUN the app in dev mode

npm run dev

RUN the app in debug mode

npm run debug

RUN test

npm run test