systems-api
v1.0.0
Published
Copy env sample file
Downloads
9
Readme
ZAP SYSTEMS API
Development
Copy env sample file
cp env.sample .envcreate a .npmrc file and include a valid token
//registry.npmjs.org/:_authToken=some-valid-tokenAnd change the values to valid ones.
RUN the app in dev mode
npm run devRUN the app in debug mode
npm run debugRUN test
npm run test