
How to Build a RESTful API using Node, Express, and Mongo
video description
Date: 2022-03-14
Related videos
Comments and reviews: 9
Sebastian
i got confuse when he made the models (costumer.models) in the end in the code he module.exports = mongoose.model('Customer' , CustomerSchema) what he is referencing with 'Customer' , it will be the new name schema in mongo or this doesn't have any relationship with costumer.js?
reply
i got confuse when he made the models (costumer.models) in the end in the code he module.exports = mongoose.model('Customer' , CustomerSchema) what he is referencing with 'Customer' , it will be the new name schema in mongo or this doesn't have any relationship with costumer.js?
reply
Mrinal
Thanks for the tutorial Nick.
Just to update: currently mLab credentials are linked to mongoDB and it takes you to mongoDB and in there you get the full string parameter for mongoose.connect() from the mongoDB cluster database when you create it.
reply
Thanks for the tutorial Nick.
Just to update: currently mLab credentials are linked to mongoDB and it takes you to mongoDB and in there you get the full string parameter for mongoose.connect() from the mongoDB cluster database when you create it.
reply
hamed
Very thanks, tutorials are nice. These Node.js tutorials are exactly my demand! But are for 3,2 years ago. Are they suitable for work & learn OR needs to update? For example, maybe some features be disued,deprecated,replaced by others?
reply
Very thanks, tutorials are nice. These Node.js tutorials are exactly my demand! But are for 3,2 years ago. Are they suitable for work & learn OR needs to update? For example, maybe some features be disued,deprecated,replaced by others?
reply
HAO
If you are getting some errors, maybe the following tips will help you..
index.js: Should add app.use(bodyParser.urlencoded(- extended: false -))
customer.model.js: Should correct those db setting variables
reply
If you are getting some errors, maybe the following tips will help you..
index.js: Should add app.use(bodyParser.urlencoded(- extended: false -))
customer.model.js: Should correct those db setting variables
reply
Jon
First of all thanx for making it simple for me. I wanna thank you again for 1:31:31 saying this otherwise I used to think -why I'm taking so much time to learn this.- Its encouraging for me.
reply
First of all thanx for making it simple for me. I wanna thank you again for 1:31:31 saying this otherwise I used to think -why I'm taking so much time to learn this.- Its encouraging for me.
reply
Library
I have a question, when do we use 'next' middleware function? I would want to include 'next' to every function I make, but it seems unnecessary in most of the cases.
reply
I have a question, when do we use 'next' middleware function? I would want to include 'next' to every function I make, but it seems unnecessary in most of the cases.
reply
Afeez
Please help me out, I have been having this error:
(node:11560) UnhandledPromiseRejectionWarning: MongoParseError: Unescaped at-sign in authority section
reply
Please help me out, I have been having this error:
(node:11560) UnhandledPromiseRejectionWarning: MongoParseError: Unescaped at-sign in authority section
reply
Dennis
So i am about to start this tutorial to learn about API's but i have no experience with Node, Express and Mongo at all, do i need to cover these separate?
reply
So i am about to start this tutorial to learn about API's but i have no experience with Node, Express and Mongo at all, do i need to cover these separate?
reply
arend
if not working to connect to mongo DB downgrade version to version 2 and copie that link i stuck on this for a while
gr arend
reply
if not working to connect to mongo DB downgrade version to version 2 and copie that link i stuck on this for a while
gr arend
reply
Add a review, comment
Other channel videos















