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: 28 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-04T18:45:39.000Z (12 months ago)
- Last Synced: 2025-07-05T03:09:16.399Z (11 months ago)
- Topics: aiogram3, django, mongodb, mongodb-atlas, python3
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- 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