DEV Community

Discussion on: Flask Rest API -Part:2- Better Structure with Blueprint and Flask-restful

Collapse
 
paurakhsharma profile image
Paurakh Sharma Humagain

Thank you for the comments.
The result is only [] probably because you do not have any movies in the DB.

By default, the port is 27017 so I didn't include it. (But I should have mentioned in the post) - Thank you for bringing this up.

I mentioned in the previous part of the series to install MongoDB with respective links for each OS.

Yeah about that red and green part. If you followed along with the tutorial you don't have to touch any other codes that are not indicated by the green or red color. If you are just starting with this part you have to first clone the project from the first article GitHub link.

But I should include it at the beginning of each part as well.

Thank you for all the suggestions. These suggestions make me do better for my next articles.

Happy Coding 😊