Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SWAPNILKULKARNI0 committed Dec 5, 2024
0 parents commit b82b2de
Show file tree
Hide file tree
Showing 19 changed files with 4,373 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MONGODB_URI=mongodb://localhost:27017/auth-system
JWT_SECRET=fd934a7c8e92d7328f07a48f9407c4be7a61df4c49bf8f99b71bbd2dfd5b1a1a
SESSION_SECRET=b19e2da3821b5cf740a2c8d1718b3f14a4b940f0cd1e29b23dd7e27b597f87d1
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// run `node index.js` in the terminal

console.log(`Hello Node.js v${process.versions.node}!`);
Loading

0 comments on commit b82b2de

Please sign in to comment.