Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.44 KB

File metadata and controls

28 lines (21 loc) · 1.44 KB

REST APIs using Node and MongoDB

Build Status Codacy Badge Codacy Badge Maintainability

Learning Objectives:

  • Writing test cases
  • Setup CI using TravisCI
  • Setup code coverage
  • Getting famaliar with CodeClimate and Codacy
  • Integrating Github webhooks

Note

  • Change URL in this file app/config/config.js for mongodb connection
  • Few lines on using uri_decode_auth as DB option
    • It should be used to decode the connection URI (Read More)
    • Use %40 for @ if password is like dummy@dummy

Todo

  • Docker brief
  • Test Setup explaination
  • Package updates
  • Changelog