mdn / express-locallibrary-tutorial

Local Library website written in NodeJS/Express; example for the MDN server-side development NodeJS module: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs.
Creative Commons Zero v1.0 Universal
1.23k stars 696 forks source link

Update connection string to match the test db #300

Closed hamishwillee closed 1 month ago

hamishwillee commented 1 month ago

This updates the connection string in tutorial to match the latest mongo db output (had to delete old db to test). Not strictly necessary but makes things easier. Related to https://github.com/mdn/content/issues/35173