nodejs-notes-app
nodejs-notes-app copied to clipboard
A web app to manage notes using Nodejs, and Mongodb as database, plus authentication with passportjs
After studying and checking out your codebase I found a misspell which was a little bit annoying so I decided to change that for the future readers of your code....
import { config } from "dotenv"; ^^^^^^ SyntaxError: The requested module 'dotenv' does not provide an export named 'config'
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.5.2 to 6.11.3. Release notes Sourced from mongoose's releases. 6.10.1 / 2023-03-03 fix: avoid removing empty query filters in $and and $or #13086 #12898 fix(schematype): fixed validation...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...