Skip to content

CRUD operations to MongoDB via endpoints enabled by FastAPI.

License

Notifications You must be signed in to change notification settings

alexferdg/databases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Architecture of a web application designed to perform CRUD operations with MongoDB as the database

  graph LR
    A[Client Application] -- HTTP Request --> B[Web Server]
    B -- Query --> C[MongoDB ]
    C -- Data Response --> B
    B -- HTTP Response --> A

    style A fill:#32f,stroke:#333,stroke-width:1px
    style B fill,stroke:#333,stroke-width:4px
    style C fill:#2a4,stroke:#333,stroke-width:4px
Loading

About

CRUD operations to MongoDB via endpoints enabled by FastAPI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages