Download and install mongoDB on Windows 10 and connect to python flask using PyMongo module

preview_player
Показать описание
Download and install mongoDB on Windows 10 and connect to python flask using PyMongo module

In this video I am going to show How to install MongoDB on Windows 10 operating system.

How to Install MongoDB Community Edition on Windows.
How to Install MongoDB Compass tools
How to Install python PyMongo module
How to connect MongoDB to python flask pymongo and check the result

MongoDB is one of the most used, open-source document database, and NoSQL database.

show dbs-Print a list of all databases on the server.
use {db} - Switch current database to {db}
show collections-Print a list of all collections for current database.

Create database
use dbtestmongo

insert data
show dbs
show collections;

set invironment
C:\Program Files\MongoDB\Server\4.4\bin
Рекомендации по теме
Комментарии
Автор

great video, you don't waste my time i really enjoy this video

Kamrankhan-xnir