Skip to content

Commit c47bb56

Browse files
authored
Merge pull request #38 from CS3219-AY2425S1/feat/user-service
2 parents c55594a + 5290dd9 commit c47bb56

29 files changed

+2273
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**/node_modules
2+
**/.env
3+
**/.idea
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)