Skip to content

Commit 05f5eae

Browse files
committed
add user service
1 parent 4596f44 commit 05f5eae

29 files changed

+2740
-0
lines changed

user-service/.env.sample

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
DB_CLOUD_URI=<CONNECTION_STRING>
2+
DB_LOCAL_URI=mongodb://127.0.0.1:27017/peerprepUserServiceDB
3+
PORT=3001
4+
5+
# Will use cloud MongoDB Atlas database
6+
ENV=PROD
7+
8+
# Secret for creating JWT signature
9+
JWT_SECRET=you-can-replace-this-with-your-own-secret

user-service/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.env
2+
node_modules
135 KB
Loading
53.5 KB
Loading
119 KB
Loading
51 KB
Loading
104 KB
Loading
58.2 KB
Loading
402 KB
Loading
246 KB
Loading

0 commit comments

Comments
 (0)