README
ACI
Node version: 12.13.0
- npm i
- clone the .env.example for create the .env
- create jwt secret, open node console a put this script and use the generate text for JWT_SECRET=
console.log(require('crypto').randomBytes(256).toString('base64'))
if you have mongo auth, create this vars DB_USER= DB_PASSWORD=
create admin and veedor user, run this script in your console
node .\scripts\mongo\create-admin.js node .\scripts\mongo\create-veedor.js
- use the collections and enviroments of postman folder