Skip to content

Commit

Permalink
add: installed mongoose dependencies and env
Browse files Browse the repository at this point in the history
  • Loading branch information
suesuee committed Dec 19, 2024
1 parent 00cb1f3 commit 8de5850
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# .env
MONGO_URI=mongodb+srv://suesue:suesue29@clusterh4i.ouy3x.mongodb.net/?retryWrites=true&w=majority&appName=ClusterH4I
240 changes: 240 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"mongoose": "^8.9.1"
}
}

0 comments on commit 8de5850

Please sign in to comment.