Project for a rest service for user handling
- Node.js 8.9.1
- npm on latest version
First call npm install
to install all dependencies.
To test manully execute npm start
and open http://localhost:3000/register
or http://localhost:3000/login
To run the automated test just excute npm test
.
Please note that you need root-privileges depending on your setup of docker.