The .env file is for put the default configuration values, follow the .env.example to create your own.
MASTER_KEY=your_master_key
PASS_ALT=your_pass_alt
DEBUG=boolean- MASTER_KEY: is the API key to access the rest info endpoints
 - PASS_ALT: is the password security addiction to password hash
 - DEBUG: is if you want to see debug info on console
 
To compile, run this command:
npm run compileTo start, run this command:
npm run start