https://github.com/avsingh999/python_mongodb
python with mongodb for beginner
https://github.com/avsingh999/python_mongodb
python-mongodb
Last synced: 9 months ago
JSON representation
python with mongodb for beginner
- Host: GitHub
- URL: https://github.com/avsingh999/python_mongodb
- Owner: avsingh999
- License: mit
- Created: 2018-01-13T19:13:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T20:16:08.000Z (almost 8 years ago)
- Last Synced: 2025-04-13T20:12:51.925Z (9 months ago)
- Topics: python-mongodb
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python_mongodb
python with mongodb
## install mongodb
```
first of Download mongodb
```
https://www.mongodb.com/download-center#community
```
install mongodb by this instruction
```
https://docs.mongodb.com/manual/installation/
### Credits:
* [Avsingh](https://github.com/avsingh999)