https://github.com/zero1max/mongodb-integration
A simple project demonstrating how to connect and use MongoDB Atlas with Python (Django and Aiogram).
https://github.com/zero1max/mongodb-integration
aiogram3 django mongodb mongodb-atlas python3
Last synced: 6 months ago
JSON representation
A simple project demonstrating how to connect and use MongoDB Atlas with Python (Django and Aiogram).
- Host: GitHub
- URL: https://github.com/zero1max/mongodb-integration
- Owner: zero1max
- License: mit
- Created: 2025-06-03T04:28:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-03T05:01:28.000Z (7 months ago)
- Last Synced: 2025-06-03T16:44:51.492Z (7 months ago)
- Topics: aiogram3, django, mongodb, mongodb-atlas, python3
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MongoDB Integration
This repository contains examples of using MongoDB Atlas in Python projects with Django and Aiogram.
## Features
- Connect to MongoDB Atlas
- Insert and retrieve documents
- Example code for Django and Telegram bot (Aiogram)
## Requirements
- Python 3.8+
- pymongo
- dnspython
- Django / Aiogram
## License
MIT License