Skip to content

Rest API using Node.js and MongoDB with CI/CD using TravisCI

License

Notifications You must be signed in to change notification settings

knaxus/node-mongo-rest-api

Repository files navigation

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

About

Rest API using Node.js and MongoDB with CI/CD using TravisCI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published