adnanrahic / nodejs-restful-api

How to create a RESTful CRUD API using Nodejs?
327 stars 166 forks source link

Updated dependencies & new Mongoose connection configuration #4

Closed ericboivin closed 6 years ago

ericboivin commented 6 years ago

Hi! I teach web development technology in a university here in Québec, Canada, and REST APIs are a big component of my course. I've used node.js as my main language to teach students what are REST APIs but when I found out your project and the provided explanation, I found that it was great material to provide to my students. As a thank you, here's a tiny update to your project with Mongoose's new connection string, which doesn't the useMongoClient attribute since it's now default in Mongoose 5 :) .

adnanrahic commented 6 years ago

Thanks a lot for contributing! I've been caught up with so much work that I haven't had the time to fix this. I'm glad to hear your students have learned about APIs from my tutorial. I love to see positive feedback like this!