Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 441 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 441 Bytes

CircleCI

CARTEIRINHA

INSTALL DEPENDENCIES

npm install

RUNNING LOCAL SERVER

Start mongodb

mongod --dbpath=/db/data

Start node SERVER

npm start

Testing

npm test

TODO

  • Unit testing
  • [ X ] API testing
  • Lint (checkstyle)
  • Istanbul (coverage)