REST API written in node.js using express, mysql and standardjs.
This API is primarily intended for intern usage.
You have to check if the code accords to the Standard Code Style.
Just run npm run standard
, if you want to check the errors.
It can fix those errors for you to, simply run npm run autoformat
in your Console.
Run npm run apidoc
, apidocs should be on http:/localhost:8080/doc
.