Skip to content

Commit 109d08d

Browse files
authored
Merge pull request #9 from CS3219-AY2526Sem1/add-user-service
Add basic functionality for user service
2 parents f039ee9 + 425c407 commit 109d08d

37 files changed

+3597
-224
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/.env
2+
**/node_modules

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/QUdQy4ix)
22
# CS3219 Project (PeerPrep) - AY2526S1
3-
## Group: Gxx
3+
## Group: G01
44

55
### Note:
66
- You are required to develop individual microservices within separate folders within this repository.
77
- The teaching team should be given access to the repositories as we may require viewing the history of the repository in case of any disputes or disagreements.
8+
9+
### References:
10+
- https://github.com/CS3219-AY2526Sem1/PeerPrep-UserService

0 commit comments

Comments
 (0)