This project demonstrates basic CRUD (Create, Read, Update, Delete) operations using Python and MongoDB with the pymongo library.
Before running the project, make sure you have:
- ๐งฉ Python 3.8 or higher
- ๐๏ธ MongoDB installed and running locally (default port:
27017) - ๐ฆ Required Python library:
pymongo
- Clone or download this project:
git clone https://github.com/geeta196/Flask.git cd Flask