- runs on node.js v10.16.3
- express 4+
- eslint
- mysql
- POSTMAN
-
Edit configuration in
config/default.jsonand -
custom environment variables names in
config/custom-environment-variables.json, -
Db configuration in config.json Following variables can be configured:
-
portthe port to listen -
logLevelthe log leveldebugorinfo -
versionthe version of api -
config.json use for db onfiguration
- Please make sure to configure url of database rightly in
config/config.jsonor use host:0.0.0.0. - Install dependencies
npm i - run lint check
npm run lint - Start app
npm start
newman run https://www.getpostman.com/collections/f9e111c9c501c63fa327