Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 274 Bytes

README.MD

File metadata and controls

16 lines (11 loc) · 274 Bytes

Invoice Service

Invoice Service provides an API to create customisable invoices.

Getting started

Install all dependencies using the NPM package manager:

$ npm install

With the dependencies installed, you can run the service

$ npm run start