Skip to content

Latest commit

 

History

History
48 lines (17 loc) · 884 Bytes

README.md

File metadata and controls

48 lines (17 loc) · 884 Bytes

MongoDB-CRUD-Operations-Using-Flask

This is a simple Flask application to demonstrate CRUD operations on MongoDB.

Requirements-

Python

Flask

Pymongo

Mongodb should be preinstalled on your computer.

Creating new user

create_new_user.mp4

Delete user with specific id

delete_user.mp4

Show data of all users

show_all_users_data.mp4

Show user data with particular id

show_specific_user_data.mp4

Update data of user with particular id

update_user_data.mp4