Skip to content

Commit 72384ee

Browse files
Merge pull request #15 from CS3219-AY2425S1/consolidate-folders
Change folder structure such that - FE is one service - BE is made up many microservices
2 parents 5f58a69 + c64001f commit 72384ee

32 files changed

+3
-4
lines changed

QuestionService/.gitignore renamed to Backend/.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
server/.env
2-
server/insert_questions_script.py
1+
QuestionService/.env
2+
QuestionService/insert_questions_script.py
33

44
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
55

66
# dependencies
7-
client/node_modules
8-
server/node_modules
7+
QuestionService/node_modules
98
/.pnp
109
.pnp.js
1110

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)