Add exercises 27

Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
2023-10-10 00:05:16 +02:00
parent 6fb5471334
commit a0d26af9ed
9 changed files with 393 additions and 0 deletions

View File

@@ -6,4 +6,15 @@ Documento original en inglés: [Python with MondoDB](https://github.com/Asabeneh
Repasar [ejemplos](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/27_Day_Python_with_mongodb/27_python_with_mongodb.md)
### Solución
[01_proof_conection_mongo.py](01_proof_conection_mongo.py)
[02_connect_flask_app.py](02_connect_flask_app.py)
[03_create_db_collection.py](03_create_db_collection.py)
[04_Insert_many_docs_collection.py](04_Insert_many_docs_collection.py)
[05_find.py](05_find.py)
[06_find_query.py](06_find_query.py)
[07_find_more_opcions.py](07_find_more_opcions.py)
[08_delete_doc.py](08_delete_doc.py)
[<< Day 26](../26_Desarrollo_web_en_Python/README.md) | [Day 28 >>](../28_API/README.md)