Chintan Shah
Chintan Shah
Secure the API Documentation 1. Used express-basic-auth for the basic authentication 2. Used joi validation for the new parameters in the config file. 3. Updated .env.example file with new parameters...
@hagopj13 Can we add HTTP basic authentication for the API documentation even in the development environment?
Please refer this library https://github.com/hagopj13/node-express-boilerplate/issues/256#issue-1800751514
**Full reference** : https://github.com/conventional-changelog/commitlint commitlint checks if your commit messages meet the [conventional commit format](https://conventionalcommits.org/). In general the pattern mostly looks like this: ``` type(scope?): subject #scope is optional; multiple...
**Input:** ``` req.query = { is_public: false } ``` **output:** ``` { filter: { is_public : {$exists: false} } } ``` **Expected Output:** ``` { filter: { is_public : false...
**Create a sample collection named sales with the following documents** ``` db.sales.insertMany([ { "_id" : 1, "item" : "abc", "price" : NumberDecimal("10"), "quantity" : NumberInt("2"), "date" : ISODate("2014-03-01T08:00:00Z") }, {...
*mongoose populate with sort* ``` WizardModel.find({}) .populate({ path: 'spells', options: { sort: [['damages', 'asc']] } }) ``` *mongoose populate with match* ``` WizardModel.find({}) .populate({ path: 'spells', match: { level_required: {...
Summary of logos not found (404 errors): - camelot - checker - clenet-coachworks - delorean - shay-reproduction - elkington - 1955-custom-belair - meyers-manx - ballistic - ssc-north-america - kindig -...