An open API service indexing awesome lists of open source software.

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.

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```