Code base for a accounts microservice for TaskManager system
Before you Start
You should have installed Gulp globally
npm install -g gulp
For this process you should already have installed NodeJs
Over the root folder run
npm install
For running the API
npm start
For running the API tests
npm test