Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 204 Bytes

File metadata and controls

21 lines (15 loc) · 204 Bytes

api

  • Node.js ToDo API service

Running locally

$ npm install
$ npm start

Run Unit tests

$ npm run test

Running with docker-compose

$ docker-compose up