Skip to content

Commit 323449e

Browse files
MongoDB Rust Driver Web Frameworks Example
Initial commit of Rust application that showcases MongoDB CRUD example along with support for different Web Frameworks like Actix, Axum, Rocket, Tide and Warp
0 parents  commit 323449e

18 files changed

+6157
-0
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
MONGODB_URI="<Your MongoDB URI>"
2+
RUST_LOG=info

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

0 commit comments

Comments
 (0)