https://github.com/jod35/learn-beanie
This is source code I wrote while making a video on Beanie. An async ODM for MongoDB.
https://github.com/jod35/learn-beanie
Last synced: 4 months ago
JSON representation
This is source code I wrote while making a video on Beanie. An async ODM for MongoDB.
- Host: GitHub
- URL: https://github.com/jod35/learn-beanie
- Owner: jod35
- Created: 2022-07-10T08:44:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T21:36:42.000Z (over 3 years ago)
- Last Synced: 2025-03-12T20:49:06.871Z (10 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn-Beanie
This is source code I wrote while making a video on Beanie. An async ODM for MongoDB.
## Run the code
1. Install the requirements with
```pip install -r requirements.txt```
2. run the file
```python main.py```