Skip to content

Commit

Permalink
connect with database
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshchoudhary committed Nov 4, 2023
1 parent b6d14b3 commit f66ae43
Show file tree
Hide file tree
Showing 7 changed files with 993 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PORT=8000
MONGODB_URI=mongodb+srv://hitesh:[email protected]
NODE_ENV=development
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,5 @@ dist
.yarn/install-state.gz
.pnp.*

# End of https://mrkandreev.name/snippets/gitignore-generator/#Node
# End of https://mrkandreev.name/snippets/gitignore-generator/#Node
.DS_Store
Loading

0 comments on commit f66ae43

Please sign in to comment.