Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 404 Bytes

AccountsService

Code base for a accounts microservice for TaskManager system

Getting Started

Installation

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

Running

For running the API npm start

Testing

For running the API tests npm test