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