Build a Python CRUD REST API in Flask and MongoDB Using Flask-PyMongo Library

preview_player
Показать описание
Buy the full source code of the application at Paypal in USD Currency here:

#flask #mongodb #pymongo

Welcome Folks My name is Gautam and Welcome to Coding Shiksha a Place for All Programmers. You can learn Web Development and Programming Tutorials.

Watch next –

[Popular Videos on the Channel]

[Login with Google Account using Javascript]

[What is AJAX and How it Works | Short Tutorial for Beginners]

[Javascript Fetch Api Example]

[jsPDF Tutorial | PDF Library in Javascript]

[Youtube Data API V3 App in 1 Hour]

[AngularJS CRUD Application]

[Uploading Files using Google Drive Api]

Recommended Playlist –

[Build a CRUD Applicaiton in VUE and Firebase]

[MongoDB Tutorial for Absolute Beginners]

[Building a Playlist Search App using Youtube Data Api v3]

[Secure Login System in PHP & MYSQL]

Let’s connect:

Facebook Page –
Рекомендации по теме
Комментарии
Автор

I don't usually comment on tutorial videos but this is the best one I've seen for building REST API. Some tutorials were using flask_restful, restplus etc but this was one clear and simple explanation on how to work with REST API in Flask. Thanks !

pynation
Автор

It was really a very useful video. I normally dont comment on videos. But this video was not covered by many other ppl and was on point for whatever i wanted. Thank you

when.yehet.met.ohorat
Автор

when you add:
dumps(user), where is dumps from, did you declare it or?

lonwabozaula
Автор

hey with this code i am not able to do crud operation on cloud hosted mongodb database. will you please help me out its urgent

aadi
Автор

Thank you sir for make this video finally i create rest api for my office work

dhananjaysingh
Автор

Thanks, bro I got a basic idea on flask and mongodb with your video

krishnateja
Автор

Thank you for the Video.


This video explains about Create, read,update and delete operations using http methods.
Here we are sing POSTMAN to POST, PUT, DELETE and GET the data to the mongodb.


My query is how we can do the same (Create, read,update and delete operations) to the mongo db in the python script without using POSTMAN tool ?

keshavdk
Автор

This video is amazing! Best one I've watched on a rest api for mongodb.

kimcoleman
Автор

thank you so mch bro, easy to understand ❤

rayhanhan
Автор

Hi. First of all, this is a great tutorial. It helped me understand the basics about APIs pretty well.
I had a doubt. Say for example in my database, there are n names, out of which 3 names are “Mael”, “Mike” and “Morty”.
Can I create an endpoint wherein the all the names which start from M are displayed?
NOTE: I know I could make use of .find() and store it in a variable and then makes use of dumps to return the response, but I don’t want that.
My endpoint should be something like:

(O/P: the 3 names should be displayed, should also work for other characters)
This is just similar to the “%” operator in MySQL or “$regex” in MongoDB.
Please help. Thanks.

kedar
Автор

Dude, thanks a lot! That was fantastic :)

sadasdascasc
Автор

Thanks mate for this video looking for this video so much

shubhamkale
Автор

Hello! That was the best video on flask and mongodb i ve seen!
I have one questionif i want to add a user through an html form
Do i have to do anything extra?
Or just create a post form and with your code it will add them as json?

MrLefteris
Автор

I dont have any words to thnak u bro..Thank u so much❤

rahulmishra
Автор

can we search through a particular name and not through id

proveerghosh
Автор

Hello! That was the best video on flask and mongodb i ve seen! god bless you :)

richachopra
Автор

i am getting ModuleNotFoundError No module found flask_pymongo even i have installed all required dependencies. please help

rohitrawat
Автор

thank you so much teaching was very helpful for me. And pls keep doing this in future :)

gokurobbs
Автор

I want to create MongoDB database for completing this assignment. But I don't know how to. Can you help?

VipinBhojwani
Автор

can you make a tutorial with mongodb atlas?, we want you to make a video with mongodb atlas.

rohandevaki