Skip to content

Commit

Permalink
Merge pull request #33 from KhoonSun47/init-question
Browse files Browse the repository at this point in the history
Update QuestionService Endpoints and Documentation
  • Loading branch information
KhoonSun47 authored Sep 25, 2024
2 parents 558105c + 31200b1 commit a0b9392
Show file tree
Hide file tree
Showing 16 changed files with 848 additions and 23 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

.env
# Ignore IntelliJ IDEA project files
.idea/
.env
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/bzPrOe11)
# CS3219 Project (PeerPrep) - AY2425S1
## Group: Gxx
## Group: G03

### Note:
- You can choose to develop individual microservices within separate folders within this repository **OR** use individual repositories (all public) for each microservice.
- In the latter scenario, you should enable sub-modules on this GitHub classroom repository to manage the development/deployment **AND** add your mentor to the individual repositories as a collaborator.
- 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.
### Note:
- You can choose to develop individual microservices within separate folders within this repository **OR** use individual repositories (all public) for each microservice.
- In the latter scenario, you should enable sub-modules on this GitHub classroom repository to manage the development/deployment **AND** add your mentor to the individual repositories as a collaborator.
- 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.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ services:
MONGO_INITDB_ROOT_PASSWORD: ${QUESTION_DB_PASSWORD}
volumes:
- question-db:/data/db
- ./services/question/init-mongo/init-mongo.js:/docker-entrypoint-initdb.d/init-mongo.js
networks:
- question-db-network
restart: always

volumes:
question-db:
Expand Down
Loading

0 comments on commit a0b9392

Please sign in to comment.